mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Flatpak it some more.
This commit is contained in:
parent
668ca8090c
commit
cc6522a210
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@
|
|||
"cmake --preset linux-release -DSWA_FLATPAK=ON",
|
||||
"cmake --build out/build/linux-release",
|
||||
"mkdir -p /app/bin",
|
||||
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA"
|
||||
"install -Dm644 UnleashedRecompResources/images/game_icon.png /app/share/icons/hicolor/128x128/apps/${FLATPAK_ID}.png"
|
||||
"install -Dm644 flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml /app/share/metainfo/${FLATPAK_ID}.metainfo.xml"
|
||||
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA",
|
||||
"install -Dm644 UnleashedRecompResources/images/game_icon.png /app/share/icons/hicolor/128x128/apps/${FLATPAK_ID}.png",
|
||||
"install -Dm644 flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml /app/share/metainfo/${FLATPAK_ID}.metainfo.xml",
|
||||
"install -Dm644 flatpak/io.github.hedge_dev.unleashedrecomp.desktop /app/share/applications/${FLATPAK_ID}.desktop"
|
||||
],
|
||||
"sources": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue