ci: 🔨 Remove redundant compilation packages to increase build speed

This commit is contained in:
viarotel 2024-10-31 21:55:17 +08:00
parent 69d6b8f138
commit 98009801a5

View File

@ -59,10 +59,6 @@
{ {
"target": "dmg", "target": "dmg",
"arch": ["universal", "x64", "arm64"] "arch": ["universal", "x64", "arm64"]
},
{
"target": "zip",
"arch": ["universal", "x64", "arm64"]
} }
], ],
"artifactName": "${productName}-${version}-mac-${arch}.${ext}", "artifactName": "${productName}-${version}-mac-${arch}.${ext}",
@ -84,7 +80,6 @@
}, },
"linux": { "linux": {
"icon": "logo.icns", "icon": "logo.icns",
"desktop": "logo",
"maintainer": "viarotel@qq.com", "maintainer": "viarotel@qq.com",
"category": "Utility", "category": "Utility",
"target": [ "target": [