master
Dominika Liberda 2021-10-11 00:42:15 +02:00
parent b508fc9d0a
commit 7c105c8ecb
2 changed files with 4 additions and 1 deletions

View File

@ -190,4 +190,7 @@ patch -Np1 -i ${_PATCHES_DIR}/about-dialog.patch
# created directories
patch -Np1 -i ${_PATCHES_DIR}/mozilla_dirs.patch
patch -Np1 -i "${_PATCHES_DIR}/urlbar.patch"
patch -Np1 -i "${_PATCHES_DIR}/wordmark.patch"
rm -rf common

View File

@ -12,7 +12,7 @@ CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
_SCRIPT_FOLDER=$(realpath $(dirname $0));
_EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/foxgirl;
_SETTINGS_TAG=${SETTINGS_TAG:-'2.0'}
_SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git';
_SETTINGS_REPO='https://git.sakamoto.pl/domi/foxgirl-settings';
# Extracts the binary tarball
printf "\nExtracting librewolf binary tarball\n";