Skip to content

Commit

Permalink
MSIX: Code sign msixbundle (microsoft#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyoyuppe authored and udit3333 committed Feb 20, 2020
1 parent 45282b0 commit 465dcb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/MSIX/msix_reinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
taskkill /f /im explorer.exe

Get-AppxPackage -Name 'PowerToys' | select -ExpandProperty "PackageFullName" | Remove-AppxPackage

.\build_msix.ps1
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

start $Env:windir\explorer.exe

0 comments on commit 465dcb6

Please sign in to comment.