fix: update electron-builder version and simplify target configuration

we no longer need to force the dmg-builder version
pull/3281/head
yougotwill 2 months ago
parent 4edde7d884
commit 9dca00930c

@ -175,9 +175,8 @@
"chai-bytes": "^0.1.2",
"cross-env": "^6.0.3",
"css-loader": "^6.7.2",
"dmg-builder": "23.6.0",
"electron": "25.8.4",
"electron-builder": "23.0.8",
"electron-builder": "^25.1.8",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "9.1.0",
@ -227,30 +226,7 @@
"category": "public.app-category.social-networking",
"icon": "build/icon-mac.icns",
"target": [
{
"target": "dmg",
"arch": [
"arm64"
]
},
{
"target": "zip",
"arch": [
"arm64"
]
},
{
"target": "dmg",
"arch": [
"x64"
]
},
{
"target": "zip",
"arch": [
"x64"
]
}
"default"
],
"bundleVersion": "1",
"hardenedRuntime": true,

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save