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}"