summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-09 15:15:13 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-09 15:15:13 +0200
commit69bec802b482b35a243424655b4f77de2ac31409 (patch)
tree14ee43d792c1c69b722469358ad7be0608ba24c2 /build
parentd00f7dce5a022b17c76479c458461308ccf8ab7e (diff)
update source releaser script according to git conversion
Diffstat (limited to 'build')
-rw-r--r--build/release-src.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release-src.bat b/build/release-src.bat
index 93c78352..54253011 100644
--- a/build/release-src.bat
+++ b/build/release-src.bat
@@ -1,6 +1,6 @@
 @echo off
-set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\TortoiseHg
-hg clone --branch wdk https://xchat-wdk.googlecode.com/hg/ xchat-wdk
+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\.hg
 7z a xchat-wdk-tip.7z xchat-wdk
 rmdir /q /s xchat-wdk