diff options
Diffstat (limited to 'browser/linux/resources/launch_scripts/launch_librewolf.sh')
-rwxr-xr-x | browser/linux/resources/launch_scripts/launch_librewolf.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/browser/linux/resources/launch_scripts/launch_librewolf.sh b/browser/linux/resources/launch_scripts/launch_librewolf.sh deleted file mode 100755 index 88058c6..0000000 --- a/browser/linux/resources/launch_scripts/launch_librewolf.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash - -# PROFILE SPECIFIC SETTINGS WILL NOT WORK, DO NOT UNCOMMENT -# Adds option to install settings if argument is passed -# if [ "$1" = "--install-settings" ]; then -# ./install_settings; -# fi - -# Sets env variables to disable dedicated profiles (which breaks in some cases) -export MOZ_LEGACY_PROFILES=1; -export SNAP_NAME="firefox"; -SCRIPT_FOLDER=$(realpath $(dirname $0)); -chmod +x $SCRIPT_FOLDER/librewolf; -$SCRIPT_FOLDER/librewolf "$@"; - - - |