diff --git a/script/production/bootstrap_step-1.zip b/script/production/bootstrap_step-1.zip index 5fdd183d..337e0b20 100644 Binary files a/script/production/bootstrap_step-1.zip and b/script/production/bootstrap_step-1.zip differ diff --git a/script/production/bootstrap_step-1/module_rhino.ps1 b/script/production/bootstrap_step-1/module_rhino.ps1 index 536ed81e..b92ee73f 100644 --- a/script/production/bootstrap_step-1/module_rhino.ps1 +++ b/script/production/bootstrap_step-1/module_rhino.ps1 @@ -42,7 +42,7 @@ SetEnvVar 'RHINO_COMPUTE_URLS' 'http://+:80' # Download and install Rhino Write-Step 'Download latest Rhino 7' -$rhino7DownloadUrl = "https://www.rhino3d.com/download/rhino-for-windows/7/latest/direct" #removed ?email=$EmailAddress to the end of the URL as it's not currently used +$rhino7DownloadUrl = "https://www.rhino3d.com/download/rhino-for-windows/7/latest/direct?email=$EmailAddress" $rhino7Setup = "rhino7_setup.exe" Download $rhino7DownloadUrl $rhino7Setup # TODO: print rhino version