From b44636d10fe7a48f66881d334a59b37c406a603d Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sun, 15 Aug 2010 16:31:05 +0000 Subject: [PATCH] Fix uninstaller to remove link This was SVN commit r7971. --- source/tools/dist/0ad.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/dist/0ad.nsi b/source/tools/dist/0ad.nsi index ef851ea8ef..855cc79335 100644 --- a/source/tools/dist/0ad.nsi +++ b/source/tools/dist/0ad.nsi @@ -172,7 +172,7 @@ Section "Uninstall" Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" Delete "$SMPROGRAMS\$StartMenuFolder\Map editor.lnk" Delete "$SMPROGRAMS\$StartMenuFolder\0 A.D..lnk" - Delete "$SMPROGRAMS\$StartMenuFolder\Web site.lnk" + Delete "$SMPROGRAMS\$StartMenuFolder\Web site.url" RMDir "$SMPROGRAMS\$StartMenuFolder" DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D."