mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-23 09:42:20 -05:00
source release is much simpler now thanks to the restructured source repo
This commit is contained in:
parent
008c108e30
commit
8c7d6502b9
@ -1,14 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMW6432%\TortoiseSVN\bin;%PROGRAMFILES(X86)%\TortoiseHg
|
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMFILES(X86)%\TortoiseHg
|
||||||
hg clone https://xchat-wdk.googlecode.com/hg/ xchat-wdk
|
hg clone --branch wdk https://xchat-wdk.googlecode.com/hg/ xchat-wdk
|
||||||
rmdir /q /s xchat-wdk\.hg
|
rmdir /q /s xchat-wdk\.hg
|
||||||
TortoiseProc /closeonend:1 /notempfile /command:export /url:https://xchat.svn.sourceforge.net/svnroot/xchat /path:xchat-wdk-svn
|
|
||||||
rm xchat-wdk-svn\COPYING
|
|
||||||
xcopy /E xchat-wdk-svn xchat-wdk
|
|
||||||
rmdir /q /s xchat-wdk-svn
|
|
||||||
cd xchat-wdk
|
|
||||||
patch -i xchat-wdk.patch -p1
|
|
||||||
cd ..
|
|
||||||
7z a xchat-wdk-tip.7z xchat-wdk
|
7z a xchat-wdk-tip.7z xchat-wdk
|
||||||
rmdir /q /s xchat-wdk
|
rmdir /q /s xchat-wdk
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user