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

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


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

NSIS: quote vlc-cache-gen call

Close #14294

(cherry picked from commit ac3ff888e2db9dab0319ff0715d849572b7a7145)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=451281dbb8571c26a576c7dfaf4e67662f8804ca
---

 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 2e856a2..4b03ff5 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -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



More information about the vlc-commits mailing list