diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index ed4d597..c7e30e9 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -205,6 +205,9 @@ patch -Np1 -i ${_PATCHES_DIR}/custom-ubo-assets-bootstrap-location.patch # explain that we force en-US and suggest enabling history near the session restore checkbox. patch -Np1 -i ${_PATCHES_DIR}/ui-patches/pref-naming.patch +# +patch -Np1 -i ${_PATCHES_DIR}/ui-patches/handlers.patch + # patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remap-links.patch diff --git a/scripts/5_Configure_Binary_Tarball.sh b/scripts/5_Configure_Binary_Tarball.sh index 137d67f..ff95b08 100755 --- a/scripts/5_Configure_Binary_Tarball.sh +++ b/scripts/5_Configure_Binary_Tarball.sh @@ -11,7 +11,7 @@ LAUNCHER_SCRIPT=$3; CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} _SCRIPT_FOLDER=$(realpath $(dirname $0)); _EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf; -_SETTINGS_TAG=${SETTINGS_TAG:-'6.1'} +_SETTINGS_TAG=${SETTINGS_TAG:-'6.2'} _SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git'; # Extracts the binary tarball