mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
MSIX: minor cleanup, add certificate generation script
This commit is contained in:
6
installer/MSIX/msix_reinstall.ps1
Normal file
6
installer/MSIX/msix_reinstall.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
taskkill /f /im explorer.exe
|
||||
Get-AppxPackage -Name 'PowerToys' | select -ExpandProperty "PackageFullName" | Remove-AppxPackage
|
||||
makeappx build /v /overwrite /f PackagingLayout.xml /id "PowerToys-x64" /op bin\
|
||||
signtool sign /debug /a /fd SHA256 /f PowerToys_TemporaryKey.pfx /p 12345 bin\PowerToys-x64.msix
|
||||
Add-AppxPackage .\bin\PowerToys-x64.msix
|
||||
start $Env:windir\explorer.exe
|
||||
Reference in New Issue
Block a user