Skip to content

Commit 25f0863

Browse files
committed
Add official and rct1 to packaged zip
1 parent 7004c85 commit 25f0863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ New-Item -Force -ItemType Directory artifacts,artifacts/objects | Out-Null
1616

1717
Write-Host -ForegroundColor Cyan "Copying objects..."
1818
Push-Location objects
19-
Copy-Item -Recurse "rct2","rct2ww","rct2tt" ../artifacts/objects
19+
Copy-Item -Recurse "official","rct1","rct2","rct2ww","rct2tt" ../artifacts/objects
2020
Pop-Location
2121

2222
Write-Host -ForegroundColor Cyan "Creating parkobj files..."

0 commit comments

Comments
 (0)