diff --git a/build.bat b/build.bat index 4624686..85d066e 100644 --- a/build.bat +++ b/build.bat @@ -1,3 +1,3 @@ pyinstaller AO2XP.spec pyinstaller AO2XP_console.spec -copy .\dist\* . \ No newline at end of file +move .\dist\* . \ No newline at end of file