Skip to content

Commit f994dfa

Browse files
chore(deps): update electron-builder to v26 (#1944)
* chore(deps): update electron-builder to v26 * remove extendinfo keys which cause signing to crash Signed-off-by: Adam Setch <[email protected]> --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Setch <[email protected]>
1 parent 09297ee commit f994dfa

File tree

3 files changed

+109
-197
lines changed

3 files changed

+109
-197
lines changed

config/electron-builder.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ const config = {
3737
entitlements: 'assets/entitlements.mac.plist',
3838
entitlementsInherit: 'assets/entitlements.mac.plist',
3939
gatekeeperAssess: false,
40-
extendInfo: {
41-
NSBluetoothAlwaysUsageDescription: null,
42-
NSBluetoothPeripheralUsageDescription: null,
43-
NSCameraUsageDescription: null,
44-
NSMicrophoneUsageDescription: null,
45-
},
4640
},
4741
dmg: {
4842
icon: 'assets/images/app-icon.icns',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"css-minimizer-webpack-plugin": "7.0.2",
102102
"date-fns": "4.1.0",
103103
"electron": "37.3.1",
104-
"electron-builder": "25.1.8",
104+
"electron-builder": "26.0.12",
105105
"final-form": "5.0.0",
106106
"graphql-tag": "2.12.6",
107107
"html-webpack-plugin": "5.6.4",

0 commit comments

Comments
 (0)