From d0cb48c214707a229b456644f6aa7bef941f40ad Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:19:49 +0800 Subject: [PATCH] Fix artifact name --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 4fe289a..ac628bf 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -593,7 +593,7 @@ if [ "$GAPPS_VARIANT" != 'none' ] && [ "$GAPPS_VARIANT" != '' ] && [ "$GAPPS_BRA echo -e "Integrate GApps done\n" fi -if [ "$GAPPS_VARIANT" != 'none' ] && [ "$GAPPS_VARIANT" != '' ]; then +if [ "$GAPPS_VARIANT" != 'none' ] && [ "$GAPPS_VARIANT" != '' ] && [ "$GAPPS_BRAND" != 'none' ]; then echo "Fix GApps prop" sudo python3 fixGappsProp.py "$MOUNT_DIR" || abort echo -e "done\n" @@ -724,7 +724,7 @@ elif [[ "$ROOT_SOL" = "" ]]; then else name1="-with-$ROOT_SOL-$MAGISK_VER" fi -if [[ "$GAPPS_VARIANT" = "none" || "$GAPPS_VARIANT" = "" || "$GAPPS_BRAND" != "none" ]]; then +if [[ "$GAPPS_VARIANT" = "none" || "$GAPPS_VARIANT" = "" || "$GAPPS_BRAND" = "none" ]]; then name2="-NoGApps" else if [ "$GAPPS_BRAND" = "OpenGApps" ]; then