remove repository folder line

This commit is contained in:
BeatLink 2019-08-24 02:55:33 -05:00
parent 3305d8268a
commit 5f6ad4bd16

View file

@ -7,7 +7,6 @@ set -e;
# Sets up script variables
BINARY_TARBALL=$1;
_SCRIPT_FOLDER=$(realpath $(dirname $0));
_REPOSITORY_FOLDER=$(realpath $_SCRIPT_FOLDER/../);
_SOURCE_FOLDER=$_SCRIPT_FOLDER/compile;
_TOGGLE_SETTINGS_SCRIPT=$_SCRIPT_FOLDER/content/toggle-settings.sh;
_LAUNCH_SCRIPT=$_SCRIPT_FOLDER/content/launch_librewolf.sh;