Skip to content

Commit

Permalink
MSIX: reinstall script uses bundle instead of .msi to be able to rein…
Browse files Browse the repository at this point in the history
…stall in all cases
  • Loading branch information
yuyoyuppe authored and udit3333 committed Feb 19, 2020
1 parent d1aafe8 commit de7e825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/MSIX/msix_reinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit de7e825

Please sign in to comment.