Commit 4323384c authored by Geoffroy Couprie's avatar Geoffroy Couprie

NSIS: small path fix

parent 3cf00fd4
...@@ -330,13 +330,13 @@ FunctionEnd ...@@ -330,13 +330,13 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Function ExecCacheGen Function ExecCacheGen
ExecWait "$INSTDIR\vlc-cache-gen.exe $APPDATA\\VideoLAN\\VLC" ExecWait "$INSTDIR\vlc-cache-gen.exe $APPDATA\VideoLAN\VLC"
FunctionEnd FunctionEnd
!macro gencache !macro gencache
SetShellVarContext all SetShellVarContext all
CreateDirectory "$APPDATA\\VideoLAN" CreateDirectory "$APPDATA\VideoLAN"
CreateDirectory "$APPDATA\\VideoLAN\\VLC" CreateDirectory "$APPDATA\VideoLAN\VLC"
!insertmacro UAC.CallFunctionAsUser ExecCacheGen !insertmacro UAC.CallFunctionAsUser ExecCacheGen
SetShellVarContext current SetShellVarContext current
!macroend !macroend
......
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