Skip to content

Commit

Permalink
chore: Update flatpak configuration and install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Aug 11, 2024
1 parent a395fe3 commit 1a450eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatpak/io.github.zen_browser.zen.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a450eb

Please sign in to comment.