From cc6522a210f5ee0c0ba7ecf992bc3bef92023986 Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 18 Dec 2024 10:03:57 -0300 Subject: [PATCH] Flatpak it some more. --- flatpak/io.github.hedge_dev.unleashedrecomp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp.json b/flatpak/io.github.hedge_dev.unleashedrecomp.json index 6c7ebc97..49401432 100644 --- a/flatpak/io.github.hedge_dev.unleashedrecomp.json +++ b/flatpak/io.github.hedge_dev.unleashedrecomp.json @@ -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": [