mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
fix: Supply apk at end
This commit is contained in:
parent
6cf1272051
commit
af244d5a33
1 changed files with 1 additions and 1 deletions
|
@ -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)...")
|
||||
|
|
Loading…
Reference in a new issue