]> git.sesse.net Git - vlc/blobdiff - extras/package/win32/vlc.win32.nsi.in
NSIS: small path fix
[vlc] / extras / package / win32 / vlc.win32.nsi.in
index 8c462a008e8e96f22ee2bb814a62e739982d57b7..80a8ff94f504dcf4d03592c696c6546f1c0db6bf 100644 (file)
@@ -330,13 +330,13 @@ FunctionEnd
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 Function ExecCacheGen
-  ExecWait "$INSTDIR\vlc-cache-gen.exe $APPDATA\\VideoLAN\\VLC"
+  ExecWait "$INSTDIR\vlc-cache-gen.exe $APPDATA\VideoLAN\VLC"
 FunctionEnd
 
 !macro gencache
   SetShellVarContext all
-  CreateDirectory "$APPDATA\\VideoLAN"
-  CreateDirectory "$APPDATA\\VideoLAN\\VLC"
+  CreateDirectory "$APPDATA\VideoLAN"
+  CreateDirectory "$APPDATA\VideoLAN\VLC"
   !insertmacro UAC.CallFunctionAsUser ExecCacheGen
   SetShellVarContext current
 !macroend