Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Mar 17, 2021
1 parent 77c8714 commit b096b41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ if(-not(Test-Path -Path "$BuildPath\NETworkManager\NETworkManager.exe"))
# Get NETworkManager File Version
$Version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$BuildPath\NETworkManager\NETworkManager.exe").FileVersion

# Cleanup WebView2Loader.dll (https://github.com/MicrosoftEdge/WebView2Feedback/issues/461)
Remove-Item "$BuildPath\NETworkManager\arm64" -Recurse
Remove-Item "$BuildPath\NETworkManager\x64" -Recurse
Remove-Item "$BuildPath\NETworkManager\x86" -Recurse

# Cleanup .pdb files
Get-ChildItem -Recurse | Where-Object {$_.Name.EndsWith(".pdb")} | Remove-Item

Expand Down

0 comments on commit b096b41

Please sign in to comment.