fix: Supply apk at end

This commit is contained in:
Sayantan Santra 2023-08-27 14:02:39 -05:00
parent 6cf1272051
commit af244d5a33
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ def build_apps(appstate):
except:
err_exit(f"Invalid config for {app} in build_config!", appstate)
cmd += f" -a {apk}.apk -o {output_name}.apk"
cmd += f" -o {output_name}.apk {apk}.apk"
if root:
print(f"Building {pretty_name} (root)...")