summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-12 18:05:28 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-12 18:05:28 +0200
commit30fa189cbb0bcbac07cd7a7c83a309fd79b410c7 (patch)
tree2e4e391e15779e4864ef960c8d961abec58dafae
parent2fdb2a8b6f843e8c1bad75a1f3e72fb0bd97aa74 (diff)
We don't release git head anymore, github does that for us
-rw-r--r--win32/release-src.bat7
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