mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 04:11:00 +00:00
NSIS: Properly remove (with console) shortcut during uninstall
This commit is contained in:
parent
5396e32a71
commit
add65e316a
@ -276,6 +276,7 @@ Section "Uninstall"
|
||||
Delete "$SMPROGRAMS\$StartMenuFolder\Manual.lnk"
|
||||
Delete "$SMPROGRAMS\$StartMenuFolder\Multiplayer server.lnk"
|
||||
Delete "$SMPROGRAMS\$StartMenuFolder\Map editor.lnk"
|
||||
Delete "$SMPROGRAMS\$StartMenuFolder\Battle for Wesnoth (with console).lnk"
|
||||
Delete "$SMPROGRAMS\$StartMenuFolder\Battle for Wesnoth.lnk"
|
||||
RMDir "$SMPROGRAMS\$StartMenuFolder"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user