MSIX: Extract MSIX building functionality from msix_reinstall.ps1 to a separate script (#1068)

This commit is contained in:
yuyoyuppe
2020-01-10 16:38:35 +03:00
committed by GitHub
parent d03690cffd
commit 5e30721e01
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
makeappx build /v /overwrite /f PackagingLayout.xml /id "PowerToys-x64" /op bin\

View File

@@ -1,6 +1,6 @@
taskkill /f /im explorer.exe
Get-AppxPackage -Name 'PowerToys' | select -ExpandProperty "PackageFullName" | Remove-AppxPackage
makeappx build /v /overwrite /f PackagingLayout.xml /id "PowerToys-x64" /op bin\
.\build_msix.ps1
signtool sign /debug /a /fd SHA256 /f PowerToys_TemporaryKey.pfx /p 12345 bin\PowerToys-x64.msix
Add-AppxPackage .\bin\PowerToys-x64.msix
start $Env:windir\explorer.exe