summary refs log tree commit diff stats
path: root/build/release-src.bat
blob: 93c7835275d120644caea97ade75e43c37d88b17 (plain) (blame)
1
2
3
4
5
6
7
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\TortoiseHg
hg clone --branch wdk https://xchat-wdk.googlecode.com/hg/ xchat-wdk
rmdir /q /s xchat-wdk\.hg
7z a xchat-wdk-tip.7z xchat-wdk
rmdir /q /s xchat-wdk
pause