NSIS: Fix uninstaller issue with shortcut removal.

This commit is contained in:
Christian Kenny 2020-02-21 18:04:30 -05:00 committed by lightningterror
parent 420f642f65
commit 3b380148ee
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Section "Un.Program and Plugins ${APP_NAME}"
; Remove shortcuts, if any
Delete "$DESKTOP\${APP_NAME}.lnk"
RMDir /r "$SMPROGRAMS\PCSX2"
Delete "$SMPROGRAMS\${APP_NAME}.lnk"
Delete "$INSTDIR\GameIndex.dbf"
Delete "$INSTDIR\cheats_ws.zip"