|
@ -48,6 +48,7 @@ ROBOCOPY "Release\\" "..\Jupiter Bot Binaries\\" *.dll *.exe ReadMe.txt /S |
|
|
COPY /Y "Release\Example Config.ini" "..\Jupiter Bot Binaries\Config.ini" |
|
|
COPY /Y "Release\Example Config.ini" "..\Jupiter Bot Binaries\Config.ini" |
|
|
COPY /Y "Release\Translations.ini" "..\Jupiter Bot Binaries\Translations.ini" |
|
|
COPY /Y "Release\Translations.ini" "..\Jupiter Bot Binaries\Translations.ini" |
|
|
COPY /Y "Release\Mods.ini" "..\Jupiter Bot Binaries\Mods.ini" |
|
|
COPY /Y "Release\Mods.ini" "..\Jupiter Bot Binaries\Mods.ini" |
|
|
|
|
|
COPY /Y "Release\RenXGameCommands.ini" "..\Jupiter Bot Binaries\RenXGameCommands.ini" |
|
|
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot Binaries.zip" "..\Jupiter Bot Binaries" |
|
|
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot Binaries.zip" "..\Jupiter Bot Binaries" |
|
|
GOTO EOF |
|
|
GOTO EOF |
|
|
|
|
|
|
|
@ -57,6 +58,7 @@ ROBOCOPY "Release\\" "..\Jupiter Bot Source\Release\\" *.dll *.exe ReadMe.txt /S |
|
|
COPY /Y "Release\Example Config.ini" "..\Jupiter Bot Source\Release\Config.ini" |
|
|
COPY /Y "Release\Example Config.ini" "..\Jupiter Bot Source\Release\Config.ini" |
|
|
COPY /Y "Release\Translations.ini" "..\Jupiter Bot Source\Release\Translations.ini" |
|
|
COPY /Y "Release\Translations.ini" "..\Jupiter Bot Source\Release\Translations.ini" |
|
|
COPY /Y "Release\Mods.ini" "..\Jupiter Bot Source\Release\Mods.ini" |
|
|
COPY /Y "Release\Mods.ini" "..\Jupiter Bot Source\Release\Mods.ini" |
|
|
|
|
|
COPY /Y "Release\RenXGameCommands.ini" "..\Jupiter Bot Source\Release\RenXGameCommands.ini" |
|
|
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot.zip" "..\Jupiter Bot Source" |
|
|
"C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot.zip" "..\Jupiter Bot Source" |
|
|
GOTO EOF |
|
|
GOTO EOF |
|
|
|
|
|
|
|
|