mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-27 03:42:01 +00:00
chore(manager/macos): upgrade electron-builder to use the new notarytool
This commit is contained in:
parent
5272b3467e
commit
a7cf23854d
3 changed files with 937 additions and 1085 deletions
2018
package-lock.json
generated
2018
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue