mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
MSIX: Code sign msixbundle (#1093)
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user