1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-11 19:37:19 +02:00

fixing electron-builder configuration

This commit is contained in:
Joseph Flinn 2022-06-06 13:21:27 -07:00
parent 63973d24a1
commit 67765ce56f

View File

@ -9,9 +9,7 @@
"asarUnpack": ["**/*.node"],
"files": ["**/*", "!**/node_modules/@bitwarden/desktop-native/**/*"],
"electronVersion": "16.2.7",
"build": {
"generateUpdatesFilesForAllChannels": true
},
"generateUpdatesFilesForAllChannels": true,
"publish": {
"provider": "generic",
"url": "https://artifacts.bitwarden.com/desktop"