Skip to content

Commit 4443200

Browse files
authored
remove createdump.exe
1 parent cc9c51d commit 4443200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/post_build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function Remove-CreateDumpExe ($path, $config) {
5252

5353
$depjson = Get-Content $target\Flow.Launcher.deps.json -raw
5454
$depjson -replace '(?s)(.createdump.exe": {.*?}.*?\n)\s*', "" | Out-File $target\Flow.Launcher.deps.json
55+
Remove-Item -Path $target -Include "*createdump.exe" -Recurse
5556
}
5657

5758

0 commit comments

Comments
 (0)