hexchat/win32/release-src.bat

8 lines
212 B
Batchfile
Raw Normal View History

2011-02-28 12:59:32 -05:00
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
2012-07-13 16:27:12 -04:00
git clone https://github.com/hexchat/hexchat.git hexchat
rmdir /q /s hexchat\.git
7z a hexchat-head.7z hexchat
rmdir /q /s hexchat
2011-02-28 12:59:32 -05:00
pause