diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-12 18:05:28 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-12 18:05:28 +0200 |
commit | 30fa189cbb0bcbac07cd7a7c83a309fd79b410c7 (patch) | |
tree | 2e4e391e15779e4864ef960c8d961abec58dafae | |
parent | 2fdb2a8b6f843e8c1bad75a1f3e72fb0bd97aa74 (diff) |
We don't release git head anymore, github does that for us
-rw-r--r-- | win32/release-src.bat | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/release-src.bat b/win32/release-src.bat deleted file mode 100644 index 2c4f52f2..00000000 --- a/win32/release-src.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off -set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin -git clone https://github.com/hexchat/hexchat.git hexchat -rmdir /q /s hexchat\.git -7z a hexchat-head.7z hexchat -rmdir /q /s hexchat -pause |