nsi: Add missing double-quote
This commit is contained in:
parent
8bfbd69a2c
commit
e3c1c6ee9a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue