This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/scripts/windows/coco-dev-setup/dev-setup-packer.bat
2014-03-24 04:04:51 +01:00

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