1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-29 20:52:16 -05:00

minor follow-up fixes

This commit is contained in:
Berke Viktor 2011-08-09 15:48:14 +02:00
parent 69bec802b4
commit afbd51dfe2

View File

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