[vlc-commits] NSIS: quote vlc-cache-gen call

Jean-Baptiste Kempf git at videolan.org
Sat Apr 11 00:19:01 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr 11 00:17:03 2015 +0200| [9405070bac314f2a9987c22ea2e097dd06998e0e] | committer: Jean-Baptiste Kempf

NSIS: quote vlc-cache-gen call

Close #14294

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9405070bac314f2a9987c22ea2e097dd06998e0e
---

 extras/package/win32/NSIS/vlc.win32.nsi.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in
index c7c7027..415316e 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -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



More information about the vlc-commits mailing list