1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-07 08:34:06 +02:00

Fuck browser process when building the project

This commit is contained in:
chylex 2017-08-13 15:50:43 +02:00
parent 963c98e588
commit e09e0e69ca

View File

@ -406,4 +406,7 @@ if $(ConfigurationName) == Debug (
<Delete Files="$(TargetDir)devtools_resources.pak" />
<Delete Files="$(TargetDir)widevinecdmadapter.dll" />
</Target>
<PropertyGroup>
<PreBuildEvent>powershell Get-Process TweetDuck.Browser ^| Where-Object {$_.Path -eq '$(TargetDir)TweetDuck.Browser.exe'} ^| Stop-Process</PreBuildEvent>
</PropertyGroup>
</Project>