mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-01-29 00:12:39 -05:00
feat: Download Phoenix (with the version specified at versions.sh, instead of having to manually copy, paste, and update it
Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
@@ -162,6 +162,11 @@ clone_repo "https://github.com/mozilla/glean" "$GLEANDIR" "$GLEAN_TAG"
|
||||
# Clone MicroG
|
||||
clone_repo "https://github.com/microg/GmsCore" "$GMSCOREDIR" "$GMSCORE_TAG"
|
||||
|
||||
# Download Phoenix
|
||||
echo "Downloading Phoenix..."
|
||||
download "https://gitlab.com/celenityy/Phoenix/-/raw/$PHOENIX_TAG/android/phoenix.js" "$PATCHDIR/preferences/phoenix.js"
|
||||
download "https://gitlab.com/celenityy/Phoenix/-/raw/$PHOENIX_TAG/android/phoenix-extended.js" "$PATCHDIR/preferences/phoenix-extended.js"
|
||||
|
||||
# Get WebAssembly SDK
|
||||
if [[ -z ${FDROID_BUILD+x} ]]; then
|
||||
echo "Downloading prebuilt wasi-sdk..."
|
||||
|
||||
@@ -9,6 +9,7 @@ FIREFOX_RELEASE_PATH="releases/${FIREFOX_VERSION}"
|
||||
WASI_TAG="wasi-sdk-20"
|
||||
GLEAN_TAG="v64.3.1"
|
||||
GMSCORE_TAG="v0.3.7.250932"
|
||||
PHOENIX_TAG="2025.06.24.1"
|
||||
APPSERVICES_BRANCH="release-v140"
|
||||
|
||||
# Tools
|
||||
|
||||
Reference in New Issue
Block a user