Remove catalog file from the output

This commit is contained in:
Dimitar Milov
2021-03-17 18:27:34 +02:00
parent 0e8d0d9cf5
commit 4f60f40a72

View File

@@ -145,9 +145,6 @@ function PrepareForRelease {
$sourceDir = Split-Path $PSScriptRoot
Get-ChildItem -Path $sourceDir -Exclude src, README.md, $targetRootDirName | `
Copy-Item -Recurse -Destination $releaseDir
$catalogFilePath = Join-path $releaseDir ((Get-Item $releaseDir).Name + ".cat")
New-FileCatalog -Path $releaseDir -CatalogFilePath $catalogFilePath | Out-Null
}
# 1. Test Build Tools