From 81fc5f2d0d84c29596abe496a94468614e5211f7 Mon Sep 17 00:00:00 2001 From: Mauricio Date: Sat, 8 Aug 2020 17:06:32 -0400 Subject: [PATCH] update build.bat to move instead of copy --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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