mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 20:52:45 +01: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%
|
rmdir /q /s %XCHAT_DEST%
|
||||||
mkdir %XCHAT_DEST%
|
mkdir %XCHAT_DEST%
|
||||||
xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
|
xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
|
||||||
|
copy ..\COPYING %XCHAT_DEST%
|
||||||
echo [Setup] > xchat-wdk-spell.iss
|
echo [Setup] > xchat-wdk-spell.iss
|
||||||
echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
|
echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
|
||||||
echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.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]
|
[Files]
|
||||||
Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs
|
Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs
|
||||||
|
|
||||||
|
[Icons]
|
||||||
|
Name: "{group}\Uninstall Spelling Dictionaries"; Filename: "{uninstallexe}"; Tasks: not portable
|
||||||
|
|
||||||
[Messages]
|
[Messages]
|
||||||
BeveledLabel= XChat-WDK
|
BeveledLabel= XChat-WDK
|
||||||
|
Loading…
Reference in New Issue
Block a user