Skip to content

Commit 5442a06

Browse files
authored
Use UTF8
1 parent 4443200 commit 5442a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Remove-CreateDumpExe ($path, $config) {
5151
$target = "$path\Output\$config"
5252

5353
$depjson = Get-Content $target\Flow.Launcher.deps.json -raw
54-
$depjson -replace '(?s)(.createdump.exe": {.*?}.*?\n)\s*', "" | Out-File $target\Flow.Launcher.deps.json
54+
$depjson -replace '(?s)(.createdump.exe": {.*?}.*?\n)\s*', "" | Out-File $target\Flow.Launcher.deps.json -Encoding UTF8
5555
Remove-Item -Path $target -Include "*createdump.exe" -Recurse
5656
}
5757

0 commit comments

Comments
 (0)