1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00: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",