mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
MSIX: do not kill explorer.exe, since it's only necessary for the MSI version
This commit is contained in:
committed by
Andrey Nekrasov
parent
9607888fc5
commit
93f88800b8
@@ -1,8 +1,7 @@
|
||||
taskkill /f /im explorer.exe
|
||||
taskkill /f /im PowerRenameUWPUI.exe
|
||||
|
||||
.\uninstall_msix.ps1
|
||||
.\build_msix.ps1
|
||||
.\sign_msix.ps1
|
||||
.\install_msix.ps1
|
||||
|
||||
start $Env:windir\explorer.exe
|
||||
|
||||
Reference in New Issue
Block a user