1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 11:12:19 -05:00

update source releaser script according to git conversion

This commit is contained in:
Berke Viktor 2011-08-09 15:15:13 +02:00
parent d00f7dce5a
commit 69bec802b4

View File

@ -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