Sanity build works

For some reason the camera is stereographic...
This commit is contained in:
2024-04-12 00:15:18 -04:00
parent 4210e2703f
commit 6ce90995c3
7 changed files with 161 additions and 10 deletions

View File

@ -47,5 +47,5 @@ function verify-path { param( $path )
function grab-zip { param( $url, $path_file, $path_dst )
Invoke-WebRequest -Uri $url -OutFile $path_file
Expand-Archive -Path $path_file -DestinationPath $path_dst
Expand-Archive -Path $path_file -DestinationPath $path_dst -Confirm:$false
}