Make CTCCI use a hacky self built version of apktool bc yeah
This commit is contained in:
parent
1b99304a05
commit
fb587755da
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ if DO_GITPULL:
|
|||
|
||||
# Extract the APK if it's not already extracted to base cache
|
||||
if not os.path.exists(BASE_APK_PATH):
|
||||
subprocess.run(f"{APKTOOL_BIN} d {INPUT_FILE} -o {BASE_APK_PATH} -f",
|
||||
subprocess.run(f"{APKTOOL_BIN} d --no-dummy {INPUT_FILE} -o {BASE_APK_PATH} -f",
|
||||
shell=True,
|
||||
cwd=WORK_FOLDER)
|
||||
|
||||
|
|
Reference in a new issue