2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

CommonInstaller: fixup

This commit is contained in:
Christopher Roy Bratusek 2019-05-23 18:56:37 +02:00
parent 1fa0061f23
commit b4083c5011

View File

@ -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