新增应用打包模块

This commit is contained in:
zyj
2025-11-24 11:45:42 +08:00
parent f393d2b1de
commit 51cfd5cf21
5 changed files with 740 additions and 51 deletions

View File

@@ -33,12 +33,7 @@ tasks:
package:
summary: Packages a production build of the application
cmds:
- |-
if [ "{{.FORMAT | default "nsis"}}" = "msix" ]; then
task: create:msix:package
else
task: create:nsis:installer
fi
- task: create:nsis:installer
vars:
FORMAT: '{{.FORMAT | default "nsis"}}'