From 1a450ebc727b2bfd5aa608b5816abbeba1618248 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 11 Aug 2024 20:09:08 +0200 Subject: [PATCH] chore: Update flatpak configuration and install scripts --- flatpak/io.github.zen_browser.zen.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/io.github.zen_browser.zen.yml.template b/flatpak/io.github.zen_browser.zen.yml.template index 5e840e1f1..ffafaf816 100644 --- a/flatpak/io.github.zen_browser.zen.yml.template +++ b/flatpak/io.github.zen_browser.zen.yml.template @@ -27,7 +27,7 @@ modules: build-commands: - mv zen /app/ - - install -Dm0755 metadata/launch-script.sh ${FLATPAK_DEST}/bin/launch-script.sh + - install -Dm0755 metadata/launch-script.sh ${{FLATPAK_DEST}}/bin/launch-script.sh - install -Dm0644 metadata/policies.json ${{FLATPAK_DEST}}/bin/distribution/policies.json - install -Dm0644 metadata/icons/io.github.zen_browser.zen.png ${{FLATPAK_DEST}}/share/icons/hicolor/256x256/apps/${{FLATPAK_ID}}.png - install -Dm0644 metadata/io.github.zen_browser.zen.metainfo.xml ${{FLATPAK_DEST}}/share/metainfo/${{FLATPAK_ID}}.metainfo.xml