nsi: Add missing double-quote

This commit is contained in:
Jonas Kvinge 2023-08-09 19:52:01 +02:00
parent 8bfbd69a2c
commit e3c1c6ee9a
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\gstxingmux.dll"
!endif ; msvc
Delete $INSTDIR\Uninstall.exe"
Delete "$INSTDIR\Uninstall.exe"
; Remove the installation folders.
RMDir "$INSTDIR\platforms"