chore(manager/macos): upgrade electron-builder to use the new notarytool

This commit is contained in:
Daniel LaCosse 2024-02-01 19:30:55 -05:00
parent 5272b3467e
commit a7cf23854d
3 changed files with 937 additions and 1085 deletions

2018
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -55,6 +55,8 @@ The per-platform standalone apps will be at `build/electron_app/static/dist`.
- Linux: tar.gz files.
- macOS: dmg files if built from macOS, zip files otherwise.
> NOTE: If you are building for macOS, you may need to run `security unlock-keychain login.keychain` so electron-builder has access to your certificates.
## Error reporting
To enable error reporting through [Sentry](https://sentry.io/) for local builds, run:

View file

@ -80,7 +80,7 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"electron": "19.1.9",
"electron-builder": "^23.6.0",
"electron-builder": "^24.9.1",
"electron-icon-maker": "^0.0.4",
"electron-notarize": "^1.2.1",
"electron-to-chromium": "^1.4.328",