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

View file

@ -70,7 +70,7 @@ def build_apps(appstate):
except: except:
err_exit(f"Invalid config for {app} in build_config!", appstate) 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: if root:
print(f"Building {pretty_name} (root)...") print(f"Building {pretty_name} (root)...")