From 30fa189cbb0bcbac07cd7a7c83a309fd79b410c7 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 12 Apr 2013 18:05:28 +0200 Subject: [PATCH] We don't release git head anymore, github does that for us --- win32/release-src.bat | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 win32/release-src.bat 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