Add forcefocus as dependency to dist, ensure we build them from source since the prepbuild dosn't support the verison

This commit is contained in:
Hinton 2020-12-22 19:35:04 +01:00
parent a0241b3338
commit d1d83af661
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
},
"build": {
"appId": "com.bitwarden.desktop",
"buildDependenciesFromSource": true,
"copyright": "Copyright © 2015-2020 Bitwarden Inc.",
"directories": {
"buildResources": "resources",

View File

@ -18,6 +18,7 @@
"electron-log": "2.2.17",
"electron-store": "1.3.0",
"electron-updater": "4.3.5",
"forcefocus": "^1.1.0",
"keytar": "4.13.0",
"node-ipc": "^9.1.1",
"zxcvbn": "4.4.2"