mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Moved "copy_important_files" call in front of make release and after building is done
Moved "cleanup_optionals" call in front of make release and after building is done
This commit is contained in:
parent
79269db913
commit
898048eb95
@ -1046,6 +1046,9 @@ See the make.cfg file for additional build options.
|
|||||||
|
|
||||||
print_green("\nDone.")
|
print_green("\nDone.")
|
||||||
|
|
||||||
|
copy_important_files(module_root_parent,os.path.join(release_dir, "@ace"))
|
||||||
|
cleanup_optionals(optionals_modules)
|
||||||
|
|
||||||
# Make release
|
# Make release
|
||||||
if make_release:
|
if make_release:
|
||||||
print_blue("\nMaking release: " + project + "-" + release_version + ".zip")
|
print_blue("\nMaking release: " + project + "-" + release_version + ".zip")
|
||||||
@ -1085,10 +1088,6 @@ See the make.cfg file for additional build options.
|
|||||||
except:
|
except:
|
||||||
print_error("Could not copy files. Is Arma 3 running?")
|
print_error("Could not copy files. Is Arma 3 running?")
|
||||||
|
|
||||||
copy_important_files(module_root_parent,os.path.join(release_dir, "@ace"))
|
|
||||||
cleanup_optionals(optionals_modules)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main(sys.argv)
|
main(sys.argv)
|
||||||
input("Press Enter to continue...")
|
input("Press Enter to continue...")
|
||||||
|
Loading…
Reference in New Issue
Block a user