CI/CD: update dependencies on distros

This commit is contained in:
DashieTM 2024-06-11 12:49:07 +02:00
parent 69d131282c
commit 2b0898b809
7 changed files with 63 additions and 211 deletions

View file

@ -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"
],