mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 08:25:04 -04:00
8 lines
234 B
Batchfile
8 lines
234 B
Batchfile
@echo off
|
|
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\Git\bin
|
|
git clone --branch wdk https://xchat-wdk.googlecode.com/git/ xchat-wdk
|
|
rmdir /q /s xchat-wdk\.git
|
|
7z a xchat-wdk-head.7z xchat-wdk
|
|
rmdir /q /s xchat-wdk
|
|
pause
|