mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
flatpak: rename reset
This commit is contained in:
parent
9fde38ca2d
commit
778952d887
|
@ -6,7 +6,7 @@
|
|||
"sdk-extensions": [
|
||||
"org.freedesktop.Sdk.Extension.rust-nightly"
|
||||
],
|
||||
"command": "reset",
|
||||
"command": "ReSet",
|
||||
"finish-args": [
|
||||
"--socket=pulseaudio",
|
||||
"--share=network",
|
||||
|
@ -35,7 +35,7 @@
|
|||
"build-commands": [
|
||||
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
|
||||
"cargo --offline build --verbose",
|
||||
"install -Dm755 ./target/release/reset -t /app/bin/",
|
||||
"install -Dm755 ./target/release/ReSet -t /app/bin/",
|
||||
"install -Dm644 ./src/resources/icons/ReSet.svg /app/share/icons/hicolor/scalable/apps/org.Xetibo.ReSet.svg",
|
||||
"install -Dm644 ./flatpak/org.Xetibo.ReSet.desktop /app/share/applications/org.Xetibo.ReSet.desktop"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue