diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-09 15:48:14 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-09 15:48:14 +0200 |
commit | afbd51dfe2b9c39795efda4e17199efeccc1b05e (patch) | |
tree | f294bc610ccc9d44f4139dfe5b4ed3042da4c982 | |
parent | 69bec802b482b35a243424655b4f77de2ac31409 (diff) |
minor follow-up fixes
-rw-r--r-- | build/release-src.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release-src.bat b/build/release-src.bat index 54253011..9df98250 100644 --- a/build/release-src.bat +++ b/build/release-src.bat @@ -1,7 +1,7 @@ @echo off 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\.git +7z a xchat-wdk-head.7z xchat-wdk rmdir /q /s xchat-wdk pause |