From 01cc0ab5ad87f00b0e57b4586bd4d94fcaabde39 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Thu, 14 Apr 2022 11:59:34 +0200 Subject: [PATCH] v99.0.1-1 --- scripts/3_Configure_Source_Code.sh | 3 +++ scripts/5_Configure_Binary_Tarball.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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