1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
hexchat/win32/release-src.bat
2012-07-13 22:27:12 +02:00

8 lines
212 B
Batchfile

@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