mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
nuke the repo
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
@echo off
|
||||
set DEPS_ROOT=..\dep-x86
|
||||
set XCHAT_DEST=..\tmp-spell
|
||||
rmdir /q /s %XCHAT_DEST%
|
||||
mkdir %XCHAT_DEST%
|
||||
xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
|
||||
copy ..\COPYING %XCHAT_DEST%
|
||||
echo [Setup] > xchat-wdk-spell.iss
|
||||
echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
|
||||
echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss
|
||||
cd ..
|
||||
echo SetupIconFile=%cd%\xchat.ico >> build\xchat-wdk-spell.iss
|
||||
type build\xchat-wdk-spell.skel.iss >> build\xchat-wdk-spell.iss
|
||||
set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
|
||||
compil32 /cc build\xchat-wdk-spell.iss
|
||||
pause
|
||||
Reference in New Issue
Block a user