summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-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