AO2XP/build.bat

5 lines
147 B
Batchfile
Raw Normal View History

pyinstaller --debug=all AO2XP.spec
pyinstaller --debug=all AO2XP_console.spec
pyinstaller --debug=all install_update.spec
2021-06-14 21:27:12 -04:00
move .\dist\* .
pause