From 70bc3b5873459a7e7d7e9ea05520e6ae8f640b3c Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sun, 30 Sep 2018 22:19:57 +0200 Subject: [PATCH] Fixed Windows script --- mk/windows/group-binaries.bat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mk/windows/group-binaries.bat b/mk/windows/group-binaries.bat index 727ab1f6a..15c587691 100644 --- a/mk/windows/group-binaries.bat +++ b/mk/windows/group-binaries.bat @@ -16,20 +16,20 @@ copy /y ..\shared\glestkeys.ini bin\vs2015\glestkeys.ini copy /y ..\shared\glestkeys.ini bin\vs2017\glestkeys.ini -copy /y vs2015-32\g3d_viewer\Release\g3d_viewer.exe bin\vs2015\g3d_viewer-32.exe -copy /y vs2017-32\g3d_viewer\Release\g3d_viewer.exe bin\vs2017\g3d_viewer-32.exe +copy /y vs2015-32\g3d_viewer\g3d_viewer.exe bin\vs2015\g3d_viewer-32.exe +copy /y vs2017-32\g3d_viewer\g3d_viewer.exe bin\vs2017\g3d_viewer-32.exe -copy /y vs2015-32\map_editor\Release\map_editor.exe bin\vs2015\map_editor-32.exe -copy /y vs2017-32\map_editor\Release\map_editor.exe bin\vs2017\map_editor-32.exe +copy /y vs2015-32\map_editor\map_editor.exe bin\vs2015\map_editor-32.exe +copy /y vs2017-32\map_editor\map_editor.exe bin\vs2017\map_editor-32.exe copy /y vs2015-32\zetaglest\zetaglest.exe bin\vs2015\zetaglest-32.exe copy /y vs2017-32\zetaglest\zetaglest.exe bin\vs2017\zetaglest-32.exe -copy /y vs2015-64\g3d_viewer\Release\g3d_viewer.exe bin\vs2015\g3d_viewer-64.exe -copy /y vs2017-64\g3d_viewer\Release\g3d_viewer.exe bin\vs2017\g3d_viewer-64.exe +copy /y vs2015-64\g3d_viewer\g3d_viewer.exe bin\vs2015\g3d_viewer-64.exe +copy /y vs2017-64\g3d_viewer\g3d_viewer.exe bin\vs2017\g3d_viewer-64.exe -copy /y vs2015-64\map_editor\Release\map_editor.exe bin\vs2015\map_editor-64.exe -copy /y vs2017-64\map_editor\Release\map_editor.exe bin\vs2017\map_editor-64.exe +copy /y vs2015-64\map_editor\map_editor.exe bin\vs2015\map_editor-64.exe +copy /y vs2017-64\map_editor\map_editor.exe bin\vs2017\map_editor-64.exe copy /y vs2015-64\zetaglest\zetaglest.exe bin\vs2015\zetaglest-64.exe copy /y vs2017-64\zetaglest\zetaglest.exe bin\vs2017\zetaglest-64.exe \ No newline at end of file