From d1a7372bd2766cf9ce19cb52a4d9898232977b47 Mon Sep 17 00:00:00 2001 From: Jat Date: Sun, 24 Jun 2018 17:56:42 +0800 Subject: [PATCH] fix a bug when $ABILONG is arm64-v8a --- scripts/uninstaller_loader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uninstaller_loader.sh b/scripts/uninstaller_loader.sh index c14f58ea8..1f44744fb 100644 --- a/scripts/uninstaller_loader.sh +++ b/scripts/uninstaller_loader.sh @@ -48,7 +48,7 @@ api_level_arch_detect ui_print "- Device platform: $ARCH" CHROMEDIR=$INSTALLER/chromeos -BINDIR=$INSTALLER/$ARCH +BINDIR=$INSTALLER/$ARCH32 ########################################################################################## # Detection all done, start installing