Put electronVersion back (#287)

seems letting electron builder take it from the dependencies confuses
the keytar build process
This commit is contained in:
David Baker 2021-12-13 16:01:53 +00:00 committed by GitHub
parent 846a8df9a6
commit 6e28c141ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@
}, },
"build": { "build": {
"appId": "im.riot.app", "appId": "im.riot.app",
"electronVersion": "13.5.2",
"files": [ "files": [
"package.json", "package.json",
{ {