MSIX: Code sign msixbundle (#1093)

This commit is contained in:
yuyoyuppe
2020-01-14 22:05:09 +03:00
committed by GitHub
parent b07627611f
commit 9e296cdb46

View File

@@ -1,6 +1,11 @@
taskkill /f /im explorer.exe taskkill /f /im explorer.exe
Get-AppxPackage -Name 'PowerToys' | select -ExpandProperty "PackageFullName" | Remove-AppxPackage Get-AppxPackage -Name 'PowerToys' | select -ExpandProperty "PackageFullName" | Remove-AppxPackage
.\build_msix.ps1 .\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-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-x64.msix
start $Env:windir\explorer.exe start $Env:windir\explorer.exe