Stop building universal dmg for a while

Because it has invalid native dependency build
It contains arm64 build even if x64 build
This commit is contained in:
AkiraFukushima 2023-03-22 23:10:39 +09:00
parent ac0c22dbb2
commit bbbdf49893
1 changed files with 1 additions and 5 deletions

View File

@ -37,8 +37,7 @@
"target": "dmg", "target": "dmg",
"arch": [ "arch": [
"x64", "x64",
"arm64", "arm64"
"universal"
] ]
} }
], ],
@ -49,9 +48,6 @@
"hardenedRuntime": true, "hardenedRuntime": true,
"gatekeeperAssess": false, "gatekeeperAssess": false,
"darkModeSupport": true, "darkModeSupport": true,
"extendInfo": {
"ITSAppUsesNonExemptEncryption": "false"
},
"mergeASARs": false, "mergeASARs": false,
"asarUnpack": "node_modules/**/*.node" "asarUnpack": "node_modules/**/*.node"
}, },