Skip to content

Commit

Permalink
Updated download URL for sample scene
Browse files Browse the repository at this point in the history
  • Loading branch information
Devaniti authored Dec 23, 2023
1 parent c0003dc commit fb316f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelperScripts/PrepareScene.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo Downloading SanMiguel scene
echo Models downloaded from Morgan McGuire's Computer Graphics Archive https://casual-effects.com/data
mkdir Scenes
mkdir Scenes\SanMiguel
powershell -command "Start-BitsTransfer -Source http://direct.boolka.dev/files/San_Miguel.zip -Destination Scenes/SanMiguel/San_Miguel.zip"
powershell -command "Start-BitsTransfer -Source https://fileshare.boolka.dev/San_Miguel.zip -Destination Scenes/SanMiguel/San_Miguel.zip"
echo Downloaded scene, unpacking
powershell -command "Expand-Archive Scenes/SanMiguel/San_Miguel.zip Scenes/SanMiguel/"
echo Scene unpacked, deleting archive
Expand Down

0 comments on commit fb316f2

Please sign in to comment.