Skip to content

Commit 037bc0c

Browse files
authored
chore(flatpak): add systemconfig extension (#10472)
Signed-off-by: Angelo Verlain <[email protected]>
1 parent ed49256 commit 037bc0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/flatpak/app.zen_browser.zen.yml.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ add-extensions:
99
directory: lib/ffmpeg
1010
version: '24.08'
1111
add-ld-path: .
12+
app.zen_browser.zen.systemconfig:
13+
directory: etc/zen
14+
no-autodownload: true
1215
command: launch-script.sh
1316
finish-args:
1417
- --allow=devel
@@ -50,6 +53,7 @@ modules:
5053
build-commands:
5154
- mv zen /app/
5255
- mkdir -p /app/lib/ffmpeg
56+
- mkdir -p /app/etc/zen
5357

5458
- install -Dm0755 metadata/launch-script.sh ${{FLATPAK_DEST}}/bin/launch-script.sh
5559
- install -Dm0644 metadata/policies.json ${{FLATPAK_DEST}}/bin/distribution/policies.json

0 commit comments

Comments
 (0)