mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
CommonInstaller: fixup
This commit is contained in:
parent
1fa0061f23
commit
b4083c5011
@ -418,7 +418,7 @@ detect_arch () {
|
|||||||
UNZIP="${INSTALLER}/system/xbin/unzip.${BIN_ARCH}"
|
UNZIP="${INSTALLER}/system/xbin/unzip.${BIN_ARCH}"
|
||||||
chmod +x "${UNZIP}"
|
chmod +x "${UNZIP}"
|
||||||
|
|
||||||
AAPT="${INSTALLER}/system/xbin/aapt.${BIN_ARCH}"
|
AAPT="${INSTALLER}/aapt.${BIN_ARCH}"
|
||||||
chmod +x "${AAPT}"
|
chmod +x "${AAPT}"
|
||||||
|
|
||||||
case ${SDK_VERSION} in
|
case ${SDK_VERSION} in
|
||||||
|
Loading…
Reference in New Issue
Block a user