mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
CI: Fix Windows build script appending new lines to CMakeLists.txt
This commit is contained in:
parent
67eef8a004
commit
8a6eae6c97
2
.github/scripts/Build-Windows.ps1
vendored
2
.github/scripts/Build-Windows.ps1
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user