c.sexchat/win32/release-src.bat

8 lines
212 B
Batchfile
Raw Normal View History

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