mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
16 lines
No EOL
354 B
Batchfile
Executable file
16 lines
No EOL
354 B
Batchfile
Executable file
@echo off
|
|
setlocal EnableDelayedExpansion
|
|
|
|
:: ================= GLOBAL VARIABLES ===================
|
|
set "ZU-app=batch\utilities\7za.exe"
|
|
set "title=coco-dev-win-setup"
|
|
|
|
cd batch\\scripts\\
|
|
call get_config version
|
|
cd ..\\..\\
|
|
|
|
%ZU-app% a "%title%-%version%.zip" .\batch\*
|
|
|
|
:: =================== EOF =============================
|
|
|
|
endlocal |