make myspell uninstallable from the start menu

This commit is contained in:
berkeviktor@aol.com
2011-02-21 04:10:53 +01:00
parent 4ed94a08ff
commit c6a031659b
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ 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