+ fix minor issues in NSIS script

This commit is contained in:
wmayer
2014-03-10 23:36:53 +01:00
parent 1fc146d3a8
commit 6f272f3457

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