diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-17 13:50:38 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-17 13:50:38 -0500 |
commit | 62ae8ee96788df9e1fc42322e942275bc5cc0971 (patch) | |
tree | 8c33b2ac6cbfc3bee4ef273f2c8a3cf8b8b24266 /browser/linux/resources/flatpak | |
parent | Continued work on rebranding (diff) | |
download | librewolf-linux-62ae8ee96788df9e1fc42322e942275bc5cc0971.tar.gz librewolf-linux-62ae8ee96788df9e1fc42322e942275bc5cc0971.tar.bz2 librewolf-linux-62ae8ee96788df9e1fc42322e942275bc5cc0971.zip |
Split build script and rearrange linux folder
Diffstat (limited to 'browser/linux/resources/flatpak')
-rw-r--r-- | browser/linux/resources/flatpak/io.gitlab.LibreWolf.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/browser/linux/resources/flatpak/io.gitlab.LibreWolf.json b/browser/linux/resources/flatpak/io.gitlab.LibreWolf.json deleted file mode 100644 index 0e2b549..0000000 --- a/browser/linux/resources/flatpak/io.gitlab.LibreWolf.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "app-id": "io.gitlab.LibreWolf", - "runtime": "org.gnome.Platform", - "runtime-version": "3.32", - "sdk": "org.gnome.Sdk", - "command": "librewolf", - "modules": [{ - "name": "librewolf", - "buildsystem": "simple", - "build-commands": [ - "mkdir -p /app/share && mv librewolf -t /app/share", - "mkdir -p /app/bin && ln -s /app/share/librewolf/librewolf /app/bin/" - ], - "sources": [{ - "type": "dir", - "path": "source" - }] - }], - "finish-args": [ - "--share=ipc", "--socket=x11", /* X11 + XShm access */ - "--socket=wayland", /* Wayland access */ - "--filesystem=home:rw", /* We want full fs access so we can read the files */ - "--share=network" /* Needs to talk to the network: */ - ] -} |