Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-gaglione committed Nov 1, 2024
1 parent 9f3a7a3 commit 28e74d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/francesco-gaglione/money_manager/blob/main/res/icons/hicolor/256x256/apps/com.francescogaglione.cosmicmoney.png?raw=true" alt="Logo" width="200px">
<img src="https://github.com/francesco-gaglione/cosmic-money/blob/main/res/icons/hicolor/256x256/apps/com.francescogaglione.cosmicmoney.png?raw=true" alt="Logo" width="200px">
</p>

# Cosmic Money
Expand Down Expand Up @@ -28,10 +28,10 @@ To install the application from source, follow these steps:

```bash
# Clone the repository
git clone https://github.com/francesco-gaglione/money_manager
git clone https://github.com/francesco-gaglione/cosmic-money

# Enter the project directory
cd money_manager
cd cosmic-money

# Build the Release version for better performance
just build-release
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install-sdk:

package-flatpak:
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir com.francescogaglione.cosmicmoney.json --verbose
flatpak build-bundle repo com.francescogaglione.cosmicmoney.flatpak com.francescogaglione.cosmicmoney --runtime-repo=https://github.com/francesco-gaglione/money_manager
flatpak build-bundle repo com.francescogaglione.cosmicmoney.flatpak com.francescogaglione.cosmicmoney --runtime-repo=https://github.com/francesco-gaglione/cosmic-money

debpkg: build-release
cargo deb --no-build
Expand Down
10 changes: 5 additions & 5 deletions res/com.francescogaglione.cosmicmoney.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
<name>Francesco Pio Gaglione</name>
</developer>
<update_contact>[email protected]</update_contact>
<url type="homepage">https://github.com/francesco-gaglione/money_manager</url>
<url type="bugtracker">https://github.com/francesco-gaglione/money_manager/issues</url>
<url type="homepage">https://github.com/francesco-gaglione/cosmic-money</url>
<url type="bugtracker">https://github.com/francesco-gaglione/cosmic-money/issues</url>
<name>Cosmic money</name>
<summary>Simple money manager</summary>
<description>
<p>A simple and intuitive money manager designed for the COSMIC desktop environment. Easily track expenses, manage budgets, and monitor financial health all in one place.</p>
</description>
<launchable type="desktop-id">com.francescogaglione.cosmicmoney.desktop</launchable>
<icon type="remote" height="256" width="256">https://github.com/francesco-gaglione/money_manager/blob/main/res/icons/hicolor/256x256/apps/com.francescogaglione.cosmicmoney.png?raw=true</icon>
<icon type="remote" height="256" width="256">https://github.com/francesco-gaglione/cosmic-money/blob/main/res/icons/hicolor/256x256/apps/com.francescogaglione.cosmicmoney.png?raw=true</icon>
<screenshots>
<screenshot type="default">
<image>https://github.com/francesco-gaglione/money_manager/blob/main/res/screenshots/categories.png?raw=true</image>
<image>https://github.com/francesco-gaglione/cosmic-money/blob/main/res/screenshots/categories.png?raw=true</image>
<caption>Categories</caption>
</screenshot>
</screenshots>
<provides>
<binary>money_manager</binary>
<binary>cosmic_money</binary>
</provides>
<content_rating type="oars-1.1" />
<releases>
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl MoneyManager {

let link = widget::button::link("Home")
.on_press(Message::LaunchUrl(
"https://github.com/francesco-gaglione/money_manager".to_string(),
"https://github.com/francesco-gaglione/cosmic-money".to_string(),
))
.padding(0);

Expand Down

0 comments on commit 28e74d4

Please sign in to comment.