mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
make myspell uninstallable from the start menu
This commit is contained in:
parent
4ed94a08ff
commit
c6a031659b
@ -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
|
||||
|
@ -32,5 +32,8 @@ Name: portable; Description: "Yes"; GroupDescription: "Portable Install (no Regi
|
||||
[Files]
|
||||
Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\Uninstall Spelling Dictionaries"; Filename: "{uninstallexe}"; Tasks: not portable
|
||||
|
||||
[Messages]
|
||||
BeveledLabel= XChat-WDK
|
||||
|
Loading…
Reference in New Issue
Block a user