mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
parent
e7d94eabdb
commit
5d6baa3826
2 changed files with 1 additions and 0 deletions
0
scripts/build.sh
Normal file → Executable file
0
scripts/build.sh
Normal file → Executable file
|
@ -156,4 +156,5 @@ clear
|
|||
declare -A RELEASE_TYPE_MAP=(["retail"]="retail" ["release preview"]="RP" ["insider slow"]="WIS" ["insider fast"]="WIF")
|
||||
COMMAND_LINE=(--arch "$ARCH" --release-type "${RELEASE_TYPE_MAP[$RELEASE_TYPE]}" --magisk-ver "$MAGISK_VER" --gapps-brand "$GAPPS_BRAND" --gapps-variant "$GAPPS_VARIANT" "$REMOVE_AMAZON" --root-sol "$ROOT_SOL" "$COMPRESS_OUTPUT" "$OFFLINE" "$DEBUG" "$CUSTOM_MAGISK" --compress-format "$COMPRESS_FORMAT")
|
||||
echo "COMMAND_LINE=${COMMAND_LINE[*]}"
|
||||
chmod +x ./build.sh
|
||||
./build.sh "${COMMAND_LINE[@]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue