mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 00:15:03 -04:00
8 lines
212 B
Batchfile
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
|