1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/win32/release-src.bat
2011-12-11 14:29:37 +01:00

8 lines
234 B
Batchfile

@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
git clone --branch wdk https://xchat-wdk.googlecode.com/git/ xchat-wdk
rmdir /q /s xchat-wdk\.git
7z a xchat-wdk-head.7z xchat-wdk
rmdir /q /s xchat-wdk
pause