2019-12-20 19:12:52 +03:00
|
|
|
taskkill /f /im explorer.exe
|
2020-01-14 22:05:09 +03:00
|
|
|
|
2019-12-20 19:12:52 +03:00
|
|
|
Get-AppxPackage -Name 'PowerToys' | select -ExpandProperty "PackageFullName" | Remove-AppxPackage
|
2020-01-14 22:05:09 +03:00
|
|
|
|
2020-01-10 16:38:35 +03:00
|
|
|
.\build_msix.ps1
|
2019-12-20 19:12:52 +03:00
|
|
|
signtool sign /debug /a /fd SHA256 /f PowerToys_TemporaryKey.pfx /p 12345 bin\PowerToys-x64.msix
|
2020-01-14 22:05:09 +03:00
|
|
|
signtool sign /debug /a /fd SHA256 /f PowerToys_TemporaryKey.pfx /p 12345 bin\PowerToys.msixbundle
|
|
|
|
|
|
2020-01-24 14:30:23 +03:00
|
|
|
Add-AppxPackage .\bin\PowerToys.msixbundle
|
2020-01-14 22:05:09 +03:00
|
|
|
|
2019-12-20 19:12:52 +03:00
|
|
|
start $Env:windir\explorer.exe
|