From 12c0f6ed798e79bdf4836f7d30c076c9ab541f75 Mon Sep 17 00:00:00 2001 From: Samuel Letellier-Duchesne Date: Fri, 24 Jan 2020 18:13:43 -0500 Subject: [PATCH] Other --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 468a3ca0..b938b209 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ install: # getting install script for silent install - SET INSTALLSCRIPT_URL = "https://raw.githubusercontent.com/NREL/EnergyPlus/3cf5e1c8e6944e8a7760b80078c6945073cc8364/cmake/qtifw/install_script.qs" - curl -SLO %INSTALLSCRIPT_URL% -O %TMP%\install_script.qs - - %TMP%\%ENERGYPLUS_DOWNLOAD_FILENAME% --verbose --script %TMP%\install_script.qs + - "%TMP%\%ENERGYPLUS_DOWNLOAD_FILENAME% --verbose --script %TMP%\install_script.qs" # Install additional material - ECHO Installing additional files...