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:
celenity
2025-06-27 15:55:25 -04:00
parent 5c6b02e5a6
commit 7fa1653900
5 changed files with 8 additions and 2945 deletions

View File

@@ -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..."

View File

@@ -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