fix: 🐛 Fixed an issue where macos built-in updates failed

This commit is contained in:
viarotel 2024-11-29 10:46:44 +08:00
parent c2254aa27d
commit 432ecebea6

View File

@ -59,6 +59,10 @@
{ {
"target": "dmg", "target": "dmg",
"arch": ["x64", "arm64"] "arch": ["x64", "arm64"]
},
{
"target": "zip",
"arch": ["x64", "arm64"]
} }
], ],
"artifactName": "${productName}-${version}-mac-${arch}.${ext}", "artifactName": "${productName}-${version}-mac-${arch}.${ext}",