hexchat/win32/release-src.bat

8 lines
234 B
Batchfile
Raw Normal View History

2011-02-28 20:59:32 +03:00
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
git clone --branch wdk https://xchat-wdk.googlecode.com/git/ xchat-wdk
2011-08-09 17:48:14 +04:00
rmdir /q /s xchat-wdk\.git
7z a xchat-wdk-head.7z xchat-wdk
2011-02-28 20:59:32 +03:00
rmdir /q /s xchat-wdk
pause