🚧 上传时同时打包exe和zip

This commit is contained in:
MoeSnowyFox
2025-09-10 00:10:34 +08:00
parent 88bc883fe1
commit b4e4c97cbf

View File

@@ -40,7 +40,8 @@
"win": {
"requestedExecutionLevel": "requireAdministrator",
"target": [
{ "target": "nsis", "arch": ["x64"] }
{ "target": "nsis", "arch": ["x64"] },
{ "target": "zip", "arch": ["x64"] }
],
"icon": "public/AUTO-MAS.ico",
"artifactName": "AUTO_MAA-Setup-${version}-${arch}.${ext}"