Remove universal mac build outputs
This commit is contained in:
@@ -73,11 +73,11 @@
|
|||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "dmg",
|
"target": "dmg",
|
||||||
"arch": ["x64", "arm64", "universal"]
|
"arch": ["x64", "arm64"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target": "zip",
|
"target": "zip",
|
||||||
"arch": ["x64", "arm64", "universal"]
|
"arch": ["x64", "arm64"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"artifactName": "CodeNomadApp-${version}-${os}-${arch}.${ext}",
|
"artifactName": "CodeNomadApp-${version}-${os}-${arch}.${ext}",
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ const workspaceNodeModulesPath = join(workspaceRoot, "node_modules")
|
|||||||
|
|
||||||
const platforms = {
|
const platforms = {
|
||||||
mac: {
|
mac: {
|
||||||
args: ["--mac", "--x64", "--arm64", "--universal"],
|
args: ["--mac", "--x64", "--arm64"],
|
||||||
description: "macOS (Intel, Apple Silicon, Universal)",
|
description: "macOS (Intel & Apple Silicon)",
|
||||||
},
|
},
|
||||||
"mac-x64": {
|
"mac-x64": {
|
||||||
args: ["--mac", "--x64"],
|
args: ["--mac", "--x64"],
|
||||||
|
|||||||
Reference in New Issue
Block a user