mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Using proper executable name when closing 'PowerLauncher' process
This commit is contained in:
@@ -188,6 +188,6 @@
|
||||
</Target>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="taskkill /f /fi "IMAGENAME eq Launcher.exe"" />
|
||||
<Exec Command="taskkill /f /fi "IMAGENAME eq PowerLauncher.exe"" />
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user