diff --git a/.github/scripts/Build-Windows.ps1 b/.github/scripts/Build-Windows.ps1 index 9731f9a9..7bec7a7f 100644 --- a/.github/scripts/Build-Windows.ps1 +++ b/.github/scripts/Build-Windows.ps1 @@ -71,7 +71,7 @@ function Build { (Get-Content -Path ${ProjectRoot}/CMakeLists.txt -Raw) ` -replace "project\((.*) VERSION (.*)\)", "project(${ProductName} VERSION ${ProductVersion})" ` - | Out-File -Path ${ProjectRoot}/CMakeLists.txt + | Out-File -Path ${ProjectRoot}/CMakeLists.txt -NoNewline Setup-Obs