aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 21:29:18 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 21:29:18 +0200
commit2a2587fd1ffcb04935ba50e3aab1c5fd3c7237d1 (patch)
tree0ce93666a8a67327059f4fe5291b597ec68de305
parentextend flatpak json with permissions and dbus-glib shared module (diff)
downloadlibrewolf-linux-2a2587fd1ffcb04935ba50e3aab1c5fd3c7237d1.tar.gz
librewolf-linux-2a2587fd1ffcb04935ba50e3aab1c5fd3c7237d1.tar.bz2
librewolf-linux-2a2587fd1ffcb04935ba50e3aab1c5fd3c7237d1.zip
fix shared-modules path
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json
index 984053c..b16418f 100644
--- a/flatpak/content/io.gitlab.LibreWolf.json
+++ b/flatpak/content/io.gitlab.LibreWolf.json
@@ -5,7 +5,7 @@
"sdk": "org.gnome.Sdk",
"command": "librewolf",
"modules": [
- "shared-modules/gtk2/gtk2.json",
+ "flatpak/shared-modules/gtk2/gtk2.json",
{
"name": "librewolf",
"buildsystem": "simple",
bgstack15