Use an Electron Builder version that supports notarytool

We need the following patch (from the release notes of v25.0.0-alpha.6)
https://github.com/electron-userland/electron-builder/releases

> feat: Make notarization with Apple ID more usable by
> https://github.com/electron-userland/electron-builder/pull/8159
This commit is contained in:
Manav Rathi 2024-05-03 13:17:58 +05:30
parent b24d80a267
commit 3fafc5fd99
No known key found for this signature in database
2 changed files with 581 additions and 97 deletions

View file

@ -45,7 +45,7 @@
"@typescript-eslint/parser": "^7",
"concurrently": "^8",
"electron": "^30",
"electron-builder": "^24",
"electron-builder": "25.0.0-alpha.6",
"electron-builder-notarize": "^1.5",
"eslint": "^8",
"prettier": "^3",

File diff suppressed because it is too large Load diff