We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed49256 commit 037bc0cCopy full SHA for 037bc0c
build/flatpak/app.zen_browser.zen.yml.template
@@ -9,6 +9,9 @@ add-extensions:
9
directory: lib/ffmpeg
10
version: '24.08'
11
add-ld-path: .
12
+ app.zen_browser.zen.systemconfig:
13
+ directory: etc/zen
14
+ no-autodownload: true
15
command: launch-script.sh
16
finish-args:
17
- --allow=devel
@@ -50,6 +53,7 @@ modules:
50
53
build-commands:
51
54
- mv zen /app/
52
55
- mkdir -p /app/lib/ffmpeg
56
+ - mkdir -p /app/etc/zen
57
58
- install -Dm0755 metadata/launch-script.sh ${{FLATPAK_DEST}}/bin/launch-script.sh
59
- install -Dm0644 metadata/policies.json ${{FLATPAK_DEST}}/bin/distribution/policies.json
0 commit comments