We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7004c85 commit 25f0863Copy full SHA for 25f0863
1 file changed
package.ps1
@@ -16,7 +16,7 @@ New-Item -Force -ItemType Directory artifacts,artifacts/objects | Out-Null
16
17
Write-Host -ForegroundColor Cyan "Copying objects..."
18
Push-Location objects
19
- Copy-Item -Recurse "rct2","rct2ww","rct2tt" ../artifacts/objects
+ Copy-Item -Recurse "official","rct1","rct2","rct2ww","rct2tt" ../artifacts/objects
20
Pop-Location
21
22
Write-Host -ForegroundColor Cyan "Creating parkobj files..."
0 commit comments