From 94632581d5fcc66b4c1d65a0f13175637a10f6f0 Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Tue, 16 May 2023 15:06:20 +0800 Subject: [PATCH] Fix #538 --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 449bd25..fda273b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -501,6 +501,7 @@ if [ -z ${OFFLINE+x} ]; then echo "KERNELSU_VER=$KERNELSU_VER" >"$KERNELSU_INFO" fi if [ "$GAPPS_BRAND" != "none" ]; then + update_gapps_zip_name python3 generateGappsLink.py "$ARCH" "$GAPPS_BRAND" "$GAPPS_VARIANT" "$DOWNLOAD_DIR" "$DOWNLOAD_CONF_NAME" "$ANDROID_API" "$GAPPS_ZIP_NAME" || abort fi