Skip to content

Commit

Permalink
deps: Upgrade electron-builder to v24.13.3 (#2348)
Browse files Browse the repository at this point in the history
This is the latest version of v24.x and brings tag builds detection on
Github Actions (which we need to build and publish releases on tag
push).
  • Loading branch information
taratatach authored Oct 23, 2024
2 parents da4dcfb + ff6536e commit aeae987
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 252 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mac:
- target: dmg
arch:
- x64
notarize: false # XXX: we do it ourselves in afterSign
dmg:
contents:
- x: 110
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"del": "^6.0.0",
"devtron": "^1.4.0",
"electron": "23.0.0",
"electron-builder": "^23.6.0",
"electron-builder": "^24",
"electron-download": "^4.1.1",
"electron-mocha": "11.0.2",
"elm": "^0.19.1",
Expand Down
Loading

0 comments on commit aeae987

Please sign in to comment.