+ fix minor issues in NSIS script

This commit is contained in:
wmayer 2014-03-10 23:36:53 +01:00
parent 0528c2f8f3
commit e45dab501c

View File

@ -133,7 +133,7 @@ functionEnd
section "uninstall"
# Remove Start Menu launcher
delete "$SMPROGRAMS\${FULLNAME}\${FULLNAME}.lnk"
delete "$SMPROGRAMS\${FULLNAME}\${APPNAME}.lnk"
# Try to remove the Start Menu folder - this will only happen if it is empty
rmDir "$SMPROGRAMS\${FULLNAME}"