Skip to content

Commit

Permalink
update electron-builder to 22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjeff0 committed Mar 5, 2021
1 parent 9da7dd7 commit 6a1afa8
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 212 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"generateUpdatesFilesForAllChannels": true,
"afterSign": "electron-builder-notarize",
"mac": {
"target": [
"dmg",
"zip"
],
"target": {
"target": "dmg",
"arch": ["arm64", "x64"]
},
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist"
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"electron": "^11.2.3",
"electron-builder": "22.8.1",
"electron-builder": "22.10",
"electron-builder-notarize": "^1.2.0",
"gh-pages": "^2.2.0",
"karma": "^4.4.1",
Expand Down
Loading

0 comments on commit 6a1afa8

Please sign in to comment.