📦 Chore(custom): add a new build action

This commit is contained in:
Kuingsmile
2026-01-15 16:14:10 +08:00
parent 0fac820d31
commit 796fb9847d
3 changed files with 245 additions and 2 deletions

View File

@@ -66,7 +66,12 @@
"target": [
{
"target": "nsis",
"arch": ["x64", "ia32", "arm64"]
"arch": ["x64", "arm64"]
},
{
"target": "zip",
"arch": ["x64", "arm64"],
"artifactName": "PicList-Setup-${version}-${arch}-portable.${ext}"
}
]
},