mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
Added missing files to publish process
This commit is contained in:
@@ -84,6 +84,8 @@ function Do-Package()
|
||||
Copy-Item -Force "$distDir\changelog.txt" $tempDir -ErrorAction Stop
|
||||
Copy-Item -Force "$distDir\known_issues.txt" $tempDir -ErrorAction Stop
|
||||
Copy-Item -Force "$distDir\readme.txt" $tempDir -ErrorAction Stop
|
||||
Copy-Item -Force "$rootPath\contributors.md" $tempDir -ErrorAction Stop
|
||||
Copy-Item -Force "$rootPath\licence.txt" $tempDir -ErrorAction Stop
|
||||
|
||||
# Create archive using 7z (renowned for speed and compression)
|
||||
$7zcmd = "7za"
|
||||
|
||||
Reference in New Issue
Block a user