aboutsummaryrefslogtreecommitdiff
path: root/linux/flatpak/content
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-08-16 22:00:32 -0500
committerBeatLink <beatlink@protonmail.com>2019-08-16 22:00:32 -0500
commit088d2f7727fd1c88b75bec370d9131e0bbd1e432 (patch)
tree32bf0a9bcccfd7b47478fdd3b48e235021f83700 /linux/flatpak/content
parentMove other platforms to own repo (diff)
downloadlibrewolf-linux-088d2f7727fd1c88b75bec370d9131e0bbd1e432.tar.gz
librewolf-linux-088d2f7727fd1c88b75bec370d9131e0bbd1e432.tar.bz2
librewolf-linux-088d2f7727fd1c88b75bec370d9131e0bbd1e432.zip
move linux files to top level
Diffstat (limited to 'linux/flatpak/content')
-rw-r--r--linux/flatpak/content/io.gitlab.LibreWolf.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/linux/flatpak/content/io.gitlab.LibreWolf.json b/linux/flatpak/content/io.gitlab.LibreWolf.json
deleted file mode 100644
index 0e2b549..0000000
--- a/linux/flatpak/content/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: */
- ]
-}
bgstack15