Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-gaglione committed Nov 6, 2024
1 parent 3c844dd commit 085a2b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmic_money"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "GPL-3.0"

Expand Down
16 changes: 10 additions & 6 deletions com.francescogaglione.cosmicmoney.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"id": "com.francescogaglione.cosmicmoney",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"base": "com.system76.Cosmic.BaseApp",
"base-version": "stable",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command": "cosmic_money",
"finish-args": [
"--share=ipc",
Expand All @@ -12,7 +16,7 @@
"--socket=wayland",
"--device=dri",
"--talk-name=com.system76.CosmicSettingsDaemon",
"--filesystem=xdg-config/cosmic:rw"
"--filesystem=xdg-config/cosmic:ro"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
Expand All @@ -34,7 +38,6 @@
"install -Dm0755 ./target/release/cosmic_money /app/bin/cosmic_money",
"install -Dm0644 ./res/com.francescogaglione.cosmicmoney.desktop /app/share/applications/com.francescogaglione.cosmicmoney.desktop",
"install -Dm0644 ./res/com.francescogaglione.cosmicmoney.metainfo.xml /app/share/metainfo/com.francescogaglione.cosmicmoney.metainfo.xml",
"install -Dm0644 ./res/icons/hicolor/scalable/apps/com.francescogaglione.cosmicmoney.png /app/share/icons/hicolor/scalable/apps/com.francescogaglione.cosmicmoney.png",
"install -Dm0644 ./res/icons/hicolor/16x16/apps/com.francescogaglione.cosmicmoney.png /app/share/icons/hicolor/16x16/apps/com.francescogaglione.cosmicmoney.png",
"install -Dm0644 ./res/icons/hicolor/24x24/apps/com.francescogaglione.cosmicmoney.png /app/share/icons/hicolor/24x24/apps/com.francescogaglione.cosmicmoney.png",
"install -Dm0644 ./res/icons/hicolor/32x32/apps/com.francescogaglione.cosmicmoney.png /app/share/icons/hicolor/32x32/apps/com.francescogaglione.cosmicmoney.png",
Expand All @@ -45,11 +48,12 @@
],
"sources": [
{
"type": "dir",
"path": "."
"type": "git",
"url": "https://github.com/francesco-gaglione/cosmic-money.git",
"commit": "14e90d09b8ac51aff42e3c840f0213d41405011a"
},
"cargo-sources.json"
]
}
]
}
}

0 comments on commit 085a2b5

Please sign in to comment.