fix being used by

| another process
This commit is contained in:
2026-09-13 16:30:01 +03:00
parent 0f6e1bef32
commit c9f85c49a6
+12 -4
View File
@@ -1003,11 +1003,19 @@ jobs:
-Force
}
$manifest = ".\res\manifest.xml"
$manifest = ".\res\manifest.xml"
$tempManifest = ".\res\manifest.xml.tmp"
Get-Content $manifest |
Where-Object { $_ -notmatch "dpiAware" } |
Set-Content $manifest -Encoding utf8
Get-Content $manifest |
Where-Object { $_ -notmatch "dpiAware" } |
Set-Content `
$tempManifest `
-Encoding utf8
Move-Item `
$tempManifest `
$manifest `
-Force
Push-Location ".\libs\portable"
try {