From 4142f3b0b9fba8480f429ca7a15177939996d4a0 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:40:35 +0800 Subject: [PATCH] close #56 --- scripts/build.sh | 3 +++ scripts/run.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 7f8c7c2..dec65fb 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -115,6 +115,7 @@ usage(){ Example: ./build.sh --arch x64 --release-type retail --magisk-ver stable --gapps-brand OpenGApps --gapps-variant pico --remove-amazon ./build.sh --arch x64 --release-type retail --remove-amazon --magisk-custom --offline + ./build.sh --release-type RP " } @@ -183,6 +184,7 @@ MAGISK_VER_MAP=( GAPPS_BRAND_MAP=( "OpenGApps" "MindTheGApps" + "none" ) GAPPS_VARIANT_MAP=( @@ -195,6 +197,7 @@ GAPPS_VARIANT_MAP=( "pico" "tvstock" "tvmini" + "none" ) ROOT_SOL_MAP=( diff --git a/scripts/run.sh b/scripts/run.sh index 0cf84dc..d04911d 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -97,7 +97,7 @@ if (YesNoBox '([title]="Install GApps" [text]="Do you want to install GApps?")') GAPPS_BRAND="OpenGApps" fi else - GAPPS_VARIANT="none" + GAPPS_BRAND="none" fi if [ $GAPPS_BRAND = "OpenGApps" ]; then # TODO: Keep it pico since other variants of opengapps are unable to boot successfully