Remove universal mac build outputs

This commit is contained in:
Shantur Rathore
2025-11-21 16:58:04 +00:00
parent f2f108c14e
commit 2f7ddd57dd
2 changed files with 4 additions and 4 deletions

View File

@@ -73,11 +73,11 @@
"target": [
{
"target": "dmg",
"arch": ["x64", "arm64", "universal"]
"arch": ["x64", "arm64"]
},
{
"target": "zip",
"arch": ["x64", "arm64", "universal"]
"arch": ["x64", "arm64"]
}
],
"artifactName": "CodeNomadApp-${version}-${os}-${arch}.${ext}",

View File

@@ -16,8 +16,8 @@ const workspaceNodeModulesPath = join(workspaceRoot, "node_modules")
const platforms = {
mac: {
args: ["--mac", "--x64", "--arm64", "--universal"],
description: "macOS (Intel, Apple Silicon, Universal)",
args: ["--mac", "--x64", "--arm64"],
description: "macOS (Intel & Apple Silicon)",
},
"mac-x64": {
args: ["--mac", "--x64"],