MSIX: reinstall script uses bundle instead of .msi to be able to reinstall in all cases

This commit is contained in:
yuyoyuppe 2020-01-24 14:30:23 +03:00 committed by yuyoyuppe
parent cc99abcd14
commit 9b4b7cf5d4

View File

@ -6,6 +6,6 @@ Get-AppxPackage -Name 'PowerToys' | select -ExpandProperty "PackageFullName" | R
signtool sign /debug /a /fd SHA256 /f PowerToys_TemporaryKey.pfx /p 12345 bin\PowerToys-x64.msix
signtool sign /debug /a /fd SHA256 /f PowerToys_TemporaryKey.pfx /p 12345 bin\PowerToys.msixbundle
Add-AppxPackage .\bin\PowerToys-x64.msix
Add-AppxPackage .\bin\PowerToys.msixbundle
start $Env:windir\explorer.exe