diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-15 02:19:42 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-15 02:19:42 +0100 |
commit | ab518c7c2a3923ebad327f2ac656606e93bad509 (patch) | |
tree | 1105243d883db94e2a4f4d7d9cc167d03d267326 /content | |
parent | allow addon sideloading; fixes #101 (diff) | |
download | librewolf-linux-ab518c7c2a3923ebad327f2ac656606e93bad509.tar.gz librewolf-linux-ab518c7c2a3923ebad327f2ac656606e93bad509.tar.bz2 librewolf-linux-ab518c7c2a3923ebad327f2ac656606e93bad509.zip |
Enable settings by default in Appimage and FlatPak
Crude solution, but this way everything else remains "as is",
so once we tackle the issues with the toggle-settings-script not working
in all situations and re-introduce it, we can do easier switch to that
instead.
Fix (partial only) for #105.
Diffstat (limited to 'content')
-rwxr-xr-x | content/launch_librewolf.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/launch_librewolf.sh b/content/launch_librewolf.sh index 26c1bd5..b574437 100755 --- a/content/launch_librewolf.sh +++ b/content/launch_librewolf.sh @@ -26,7 +26,4 @@ export SNAP_NAME="firefox"; # Launches librewolf chmod +x $INSTALL_FOLDER/librewolf; -$INSTALL_FOLDER/librewolf "$@"; - - - +$INSTALL_FOLDER/librewolf "$@"; |