mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-21 00:44:52 +00:00
7 lines
280 B
PowerShell
7 lines
280 B
PowerShell
# Please build the msi installation package in advance
|
|
powershell -file "$(SolutionDir)Scripts\pack-7z.ps1"
|
|
powershell -file "$(SolutionDir)Scripts\pack-setup.ps1"
|
|
powershell -file "$(SolutionDir)Scripts\pack-appx.ps1"
|
|
powershell -file "$(SolutionDir)Scripts\sign-appx.ps1"
|
|
Pause
|