We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4443200 commit 5442a06Copy full SHA for 5442a06
Scripts/post_build.ps1
@@ -51,7 +51,7 @@ function Remove-CreateDumpExe ($path, $config) {
51
$target = "$path\Output\$config"
52
53
$depjson = Get-Content $target\Flow.Launcher.deps.json -raw
54
- $depjson -replace '(?s)(.createdump.exe": {.*?}.*?\n)\s*', "" | Out-File $target\Flow.Launcher.deps.json
+ $depjson -replace '(?s)(.createdump.exe": {.*?}.*?\n)\s*', "" | Out-File $target\Flow.Launcher.deps.json -Encoding UTF8
55
Remove-Item -Path $target -Include "*createdump.exe" -Recurse
56
}
57
0 commit comments