update build.bat to move instead of copy

This commit is contained in:
Mauricio 2020-08-08 17:06:32 -04:00
parent b2aa09de30
commit 81fc5f2d0d

View File

@ -1,3 +1,3 @@
pyinstaller AO2XP.spec
pyinstaller AO2XP_console.spec
copy .\dist\* .
move .\dist\* .