Merge pull request #4235 from h3poteto/release/stop-universal

Stop building universal dmg for a while
This commit is contained in:
AkiraFukushima 2023-03-23 00:56:22 +09:00 committed by GitHub
commit e552f870af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
},