From 192ccf329165602a74b3fff96082baf6de428f9a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 4 Sep 2003 20:47:02 +0000 Subject: [PATCH] Fix desktop icon uninstallation --- stepmania/stepmania.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index fcb7c9d0cc..178fe1a86a 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -343,7 +343,7 @@ Delete "$INSTDIR\crashinfo.txt" RMDir "$INSTDIR" ; will delete only if empty SetShellVarContext all ; delete from "All Users" if NT -Delete "$DESKTOP\Play {PRODUCT_NAME_VER}.lnk" +Delete "$DESKTOP\Play ${PRODUCT_NAME_VER}.lnk" ; I'm being paranoid here: Delete "$SMPROGRAMS\${PRODUCT_ID}\*.*" RMDir "$SMPROGRAMS\${PRODUCT_ID}"