Update the build scripts

This commit is contained in:
ema
2025-05-14 02:18:01 +08:00
parent 97f8232767
commit b28fcbb398
14 changed files with 116 additions and 112 deletions

6
Scripts/pack-all.ps1 Normal file
View File

@@ -0,0 +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"
Pause