mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 01:34:46 -04:00
fix: bump Application Services to v139.0.1
Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
@@ -174,7 +174,8 @@ fi
|
||||
|
||||
# Clone application-services
|
||||
echo "Cloning appservices..."
|
||||
clone_repo "https://github.com/mozilla/application-services" "$APPSERVICESDIR" "$APPSERVICES_TAG"
|
||||
#clone_repo "https://github.com/mozilla/application-services" "$APPSERVICESDIR" "$APPSERVICES_TAG"
|
||||
git clone --branch "$APPSERVICES_BRANCH" --depth=1 https://github.com/mozilla/application-services "$APPSERVICESDIR"
|
||||
(cd "$APPSERVICESDIR" && git submodule update --init --depth=1)
|
||||
|
||||
# Download Firefox Source
|
||||
|
||||
@@ -11,7 +11,8 @@ FIREFOX_RELEASE_PATH="releases/${FIREFOX_VERSION}"
|
||||
WASI_TAG="wasi-sdk-20"
|
||||
GLEAN_TAG="v64.3.1"
|
||||
GMSCORE_TAG="v0.3.7.250932"
|
||||
APPSERVICES_TAG="v139.0"
|
||||
#APPSERVICES_TAG="v139.0"
|
||||
APPSERVICES_BRANCH="release-v139"
|
||||
|
||||
# Tools
|
||||
BUNDLETOOL_TAG="1.18.0"
|
||||
|
||||
Reference in New Issue
Block a user