summary refs log tree commit diff stats
path: root/win32/release-src.bat
blob: 2c4f52f2c51651a0e29ccb6cddceb2a93fe8409c (plain) (blame)
1
2
3
4
5
6
7
@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