diff --git a/apps/desktop/package.json b/apps/desktop/package.json index bc8cc52660..c1efa274cb 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -15,10 +15,6 @@ "url": "git+https://github.com/bitwarden/clients.git" }, "license": "GPL-3.0", - "build": { - "generateUpdatesFilesForAllChannels": true, - "electronVersion": "16.2.7" - }, "scripts": { "start": "cross-env ELECTRON_IS_DEV=0 ELECTRON_NO_UPDATER=1 electron ./build", "preinstall": "npm run sub:init", diff --git a/package.json b/package.json index d91ff6dd53..916551e610 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "url": "https://github.com/bitwarden/clients/issues" }, "homepage": "https://bitwarden.com", + "build": { + "generateUpdatesFilesForAllChannels": true + }, "scripts": { "lint": "eslint . && prettier --check .", "lint:fix": "eslint . --fix",