mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 14:42:09 +02:00
Fix to install path
This commit is contained in:
parent
2bad5437a9
commit
0bd823e20c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Section /o "DDE Face Recognition" "DDE"
|
|||
SectionEnd
|
||||
|
||||
Section /o "Default Content Set" "CONTENT"
|
||||
SetOutPath "$ChosenInstallDir/resources"
|
||||
SetOutPath "$ChosenInstallDir\resources"
|
||||
NSISdl::download "https://s3-us-west-1.amazonaws.com/hifi-production/content/temp.exe" "$ChosenInstallDir\content.exe"
|
||||
ExecWait '"$ChosenInstallDir\content.exe" /S'
|
||||
Delete "$ChosenInstallDir\content.exe"
|
||||
|
|
Loading…
Reference in a new issue