Commit ac3ff888 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NSIS: quote vlc-cache-gen call

Close #14294
parent fbb1f03c
......@@ -206,7 +206,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