mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02: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
|
.\uninstall_msix.ps1
|
||||||
.\build_msix.ps1
|
.\build_msix.ps1
|
||||||
.\sign_msix.ps1
|
.\sign_msix.ps1
|
||||||
.\install_msix.ps1
|
.\install_msix.ps1
|
||||||
|
|
||||||
start $Env:windir\explorer.exe
|
|
||||||
|
|||||||
Reference in New Issue
Block a user