1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/build/release-src.bat

8 lines
232 B
Batchfile
Raw Normal View History

2011-02-28 12:59:32 -05: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-02-28 12:59:32 -05:00
rmdir /q /s xchat-wdk\.hg
7z a xchat-wdk-tip.7z xchat-wdk
rmdir /q /s xchat-wdk
pause