Skip to content

Commit 75276d1

Browse files
authored
fix: Crashing when starting (#3024)
1 parent a89280f commit 75276d1

File tree

3 files changed

+99
-143
lines changed

3 files changed

+99
-143
lines changed

electron-builder.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"name": "Rocket.Chat",
77
"schemes": ["rocketchat"]
88
},
9-
"electronFuses": {
10-
"enableEmbeddedAsarIntegrityValidation": true,
11-
"onlyLoadAppFromAsar": true
12-
},
139
"mac": {
1410
"category": "public.app-category.productivity",
1511
"target": ["dmg", "pkg", "zip", "mas"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"conventional-changelog-cli": "~4.1.0",
112112
"convert-svg-to-png": "~0.6.4",
113113
"electron": "~34.0.2",
114-
"electron-builder": "26.0.12",
114+
"electron-builder": "25.1.8",
115115
"electron-devtools-installer": "^3.2.0",
116116
"electron-notarize": "^1.2.2",
117117
"eslint": "~8.56.0",

0 commit comments

Comments
 (0)