Files
QuickLook/Scripts/pack-all.ps1
2025-05-24 06:00:47 +08:00

7 lines
192 B
PowerShell

# Please build the msi installation package in advance
powershell -file "pack-7z.ps1"
powershell -file "pack-setup.ps1"
powershell -file "pack-appx.ps1"
powershell -file "sign-appx.ps1"
Pause