From 0bd823e20ca107f96737bce2afab9a5979a7b2bd Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Thu, 31 Dec 2015 10:09:27 -0600 Subject: [PATCH] Fix to install path --- tools/nsis/release.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nsis/release.nsi b/tools/nsis/release.nsi index b918d58a42..5e711a3454 100644 --- a/tools/nsis/release.nsi +++ b/tools/nsis/release.nsi @@ -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"