aboutsummaryrefslogtreecommitdiff
path: root/browser/resources/flatpak
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-30 18:48:23 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-30 18:48:23 -0500
commit5487b5ff79468755920b1415e2cb1cd648b50c76 (patch)
treedcde70dc524a422a9b7784c58039d078fb91f90a /browser/resources/flatpak
parentMove appimage files to dedicated linux folder (diff)
downloadlibrewolf-linux-5487b5ff79468755920b1415e2cb1cd648b50c76.tar.gz
librewolf-linux-5487b5ff79468755920b1415e2cb1cd648b50c76.tar.bz2
librewolf-linux-5487b5ff79468755920b1415e2cb1cd648b50c76.zip
move flatpak files to dedicated linux folder
Diffstat (limited to 'browser/resources/flatpak')
-rw-r--r--browser/resources/flatpak/io.gitlab.librewolf-community32
1 files changed, 0 insertions, 32 deletions
diff --git a/browser/resources/flatpak/io.gitlab.librewolf-community b/browser/resources/flatpak/io.gitlab.librewolf-community
deleted file mode 100644
index 55cf8b2..0000000
--- a/browser/resources/flatpak/io.gitlab.librewolf-community
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "app-id": "io.gitlab.LibreWolf",
- "runtime": "org.gnome.Platform",
- "runtime-version": "3.22",
- "sdk": "org.gnome.Sdk",
- "command": "librewolf",
- "finish-args": [
- /* X11 + XShm access */
- "--share=ipc", "--socket=x11",
- /* Wayland access */
- "--socket=wayland",
- /* We want full fs access so we can read the files */
- "--filesystem=home:rw",
- /* Needs to talk to the network: */
- "--share=network"
- ],
- "modules": [
- {
- "name": "librewolf",
- "buildsystem": "simple",
- "build-commands": [
- "install -D hello.sh /app/bin/hello.sh"
- ],
- "sources": [
- {
- "type": "file",
- "path": "hello.sh"
- }
- ]
- }
- ]
-}
bgstack15