mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
MSIX: Extract MSIX building functionality from msix_reinstall.ps1 to a separate script (#1068)
This commit is contained in:
1
installer/MSIX/build_msix.ps1
Normal file
1
installer/MSIX/build_msix.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
makeappx build /v /overwrite /f PackagingLayout.xml /id "PowerToys-x64" /op bin\
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
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
|
||||||
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
|
signtool sign /debug /a /fd SHA256 /f PowerToys_TemporaryKey.pfx /p 12345 bin\PowerToys-x64.msix
|
||||||
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