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",
"arch": [
"x64",
"arm64",
"universal"
"arm64"
]
}
],
@ -49,9 +48,6 @@
"hardenedRuntime": true,
"gatekeeperAssess": false,
"darkModeSupport": true,
"extendInfo": {
"ITSAppUsesNonExemptEncryption": "false"
},
"mergeASARs": false,
"asarUnpack": "node_modules/**/*.node"
},