diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 21:29:18 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 21:29:18 +0200 |
commit | 2a2587fd1ffcb04935ba50e3aab1c5fd3c7237d1 (patch) | |
tree | 0ce93666a8a67327059f4fe5291b597ec68de305 | |
parent | extend flatpak json with permissions and dbus-glib shared module (diff) | |
download | librewolf-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.json | 2 |
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", |