mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-07 02:00:21 +08:00
8 lines
226 B
PowerShell
8 lines
226 B
PowerShell
# Please build the msi installation package in advance
|
|
powershell -file "pack-nuget.ps1"
|
|
powershell -file "pack-7z.ps1"
|
|
powershell -file "pack-setup.ps1"
|
|
powershell -file "pack-appx.ps1"
|
|
powershell -file "sign-appx.ps1"
|
|
Pause
|