Commit 451281db authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NSIS: quote vlc-cache-gen call

Close #14294

(cherry picked from commit ac3ff888e2db9dab0319ff0715d849572b7a7145)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 90919e24
......@@ -209,7 +209,7 @@ ${MementoSection} $Name_Section01 SEC01
@BUILD_LUA_TRUE@ !insertmacro InstallFolder lua
; Generate the cache and add it to uninstall.log
nsExec::ExecToStack "$INSTDIR\vlc-cache-gen.exe $INSTDIR\plugins"
nsExec::ExecToStack '"$INSTDIR\vlc-cache-gen.exe" $INSTDIR\plugins'
FindFirst $0 $1 "$INSTDIR\plugins\*.dat"
FileWrite $UninstallLog "plugins\$1$\r$\n"
FindClose $0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment