Skip to content

Commit ebf20b5

Browse files
committed
Fix #9
1 parent 1b374f6 commit ebf20b5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

‎src/packages/flatpak/io.github.NEUTRON_AUTHOR_STRIPPED.NEUTRON_APP_NAME_STRIPPED.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ sdk-extensions:
1010

1111
command: NEUTRON_INTERNAL_APP_NAME
1212

13+
# Fixes #9
14+
# See https://github.com/flatpak/flatpak-docs/blob/master/docs/extension.rst#unmaintained-flatpak-extensions
15+
add-extensions:
16+
org.mozilla.firefox.systemconfig:
17+
directory: etc/NEUTRON_INTERNAL_APP_NAME
18+
no-autodownload: true
19+
cleanup-commands:
20+
- mkdir -p ${FLATPAK_DEST}/etc/NEUTRON_INTERNAL_APP_NAME
21+
1322
finish-args:
1423
- --share=ipc
1524
- --share=network

0 commit comments

Comments
 (0)