mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-13 02:00:25 +08:00
Fix Scripts\pack-all.ps1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 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"
|
||||
powershell -file "pack-7z.ps1"
|
||||
powershell -file "pack-setup.ps1"
|
||||
powershell -file "pack-appx.ps1"
|
||||
powershell -file "sign-appx.ps1"
|
||||
Pause
|
||||
|
||||
Reference in New Issue
Block a user