Skip to content

Commit 1a450eb

Browse files
committed
chore: Update flatpak configuration and install scripts
1 parent a395fe3 commit 1a450eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatpak/io.github.zen_browser.zen.yml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ modules:
2727
build-commands:
2828
- mv zen /app/
2929

30-
- install -Dm0755 metadata/launch-script.sh ${FLATPAK_DEST}/bin/launch-script.sh
30+
- install -Dm0755 metadata/launch-script.sh ${{FLATPAK_DEST}}/bin/launch-script.sh
3131
- install -Dm0644 metadata/policies.json ${{FLATPAK_DEST}}/bin/distribution/policies.json
3232
- install -Dm0644 metadata/icons/io.github.zen_browser.zen.png ${{FLATPAK_DEST}}/share/icons/hicolor/256x256/apps/${{FLATPAK_ID}}.png
3333
- install -Dm0644 metadata/io.github.zen_browser.zen.metainfo.xml ${{FLATPAK_DEST}}/share/metainfo/${{FLATPAK_ID}}.metainfo.xml

0 commit comments

Comments
 (0)