|
|
@ -4,6 +4,7 @@ ECHO. |
|
|
|
|
|
|
|
SET Platform=Win32 |
|
|
|
SET NoArgs=False |
|
|
|
SET BinDir=cmake-build-release---%Platform%\bin\\ |
|
|
|
|
|
|
|
if "%1" == "" SET NoArgs=True |
|
|
|
|
|
|
@ -61,7 +62,7 @@ DEL /F /Q "..\Jupiter Bot.zip" |
|
|
|
GOTO EOF |
|
|
|
|
|
|
|
:BinaryCopy: |
|
|
|
ROBOCOPY "bin\%Platform%\Release\\" "..\Jupiter Bot Binaries\\" *.dll *.exe /S /xf Tester.exe |
|
|
|
ROBOCOPY "%BinDir%" "..\Jupiter Bot Binaries\\" *.dll *.exe /S /xf Tester.exe |
|
|
|
ROBOCOPY "Configs\\" "..\Jupiter Bot Binaries\Configs\\" * |
|
|
|
ROBOCOPY ".\\" "..\Jupiter Bot Binaries\\" *.ini *.txt LICENSE |
|
|
|
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot Binaries.zip" "..\Jupiter Bot Binaries" |
|
|
@ -69,7 +70,7 @@ GOTO EOF |
|
|
|
|
|
|
|
:SourceCopy: |
|
|
|
ROBOCOPY ".\\" "..\Jupiter Bot Source\\" *.* /S /XD Win32 x64 .* |
|
|
|
ROBOCOPY "bin\%Platform%\Release\\" "..\Jupiter Bot Source\bin\%Platform%\Release\\" *.dll *.exe /S |
|
|
|
ROBOCOPY "%BinDir%" "..\Jupiter Bot Source\%BinDir%" *.dll *.exe /S |
|
|
|
ROBOCOPY "Configs\\" "..\Jupiter Bot Source\Configs\\" * |
|
|
|
ROBOCOPY ".\\" "..\Jupiter Bot Source\\" *.ini *.txt LICENSE |
|
|
|
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot.zip" "..\Jupiter Bot Source" |
|
|
|