1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-29 12:55:21 +01:00

Add electron version to package.json

This commit is contained in:
Michal Chciński 2022-06-06 11:54:37 +02:00
parent 639e250f9a
commit d184abd54d

View File

@ -16,7 +16,8 @@
},
"license": "GPL-3.0",
"build": {
"generateUpdatesFilesForAllChannels": true
"generateUpdatesFilesForAllChannels": true,
"electronVersion": "16.2.7"
},
"scripts": {
"start": "cross-env ELECTRON_IS_DEV=0 ELECTRON_NO_UPDATER=1 electron ./build",