Skip to content

Commit

Permalink
updating zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Nov 2, 2023
1 parent 10be448 commit c36c646
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified script/production/bootstrap_step-1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion script/production/bootstrap_step-1/module_rhino.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c36c646

Please sign in to comment.