mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 18:11:38 +01:00
CI/CD: update dependencies on distros
This commit is contained in:
parent
69d131282c
commit
2b0898b809
7 changed files with 63 additions and 211 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"app-id": "org.Xetibo.ReSet",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version": "45",
|
||||
"runtime-version": "46",
|
||||
"sdk": "org.gnome.Sdk",
|
||||
"sdk-extensions": [
|
||||
"org.freedesktop.Sdk.Extension.rust-nightly"
|
||||
],
|
||||
"command": "ReSet",
|
||||
"command": "reset",
|
||||
"finish-args": [
|
||||
"--socket=pulseaudio",
|
||||
"--share=network",
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
},
|
||||
"build-commands": [
|
||||
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
|
||||
"cargo --offline build --verbose",
|
||||
"install -Dm755 ./target/release/ReSet -t /app/bin/",
|
||||
"cargo --offline build --release --verbose",
|
||||
"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…
Add table
Add a link
Reference in a new issue