perf: ♻️ No longer building universal packages for macOS

This commit is contained in:
viarotel 2024-11-06 20:23:33 +08:00
parent dbc34d63ad
commit db5deb4183

View File

@ -58,7 +58,7 @@
"target": [ "target": [
{ {
"target": "dmg", "target": "dmg",
"arch": ["universal", "x64", "arm64"] "arch": ["x64", "arm64"]
} }
], ],
"artifactName": "${productName}-${version}-mac-${arch}.${ext}", "artifactName": "${productName}-${version}-mac-${arch}.${ext}",