hexchat/win32/release-src.bat

8 lines
212 B
Batchfile
Raw Normal View History

2011-02-28 20:59:32 +03:00
@echo off
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
2012-07-14 00: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 20:59:32 +03:00
pause