mirror of https://github.com/PCSX2/pcsx2.git
NSIS: Fix uninstaller issue with shortcut removal.
This commit is contained in:
parent
420f642f65
commit
3b380148ee
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue