mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 02:23:44 +00:00
Devops 829 Add electron beta channels (#2838)
* Add option for beta channels in package.json for electron * Change placement of build settings * Add version * Revert "Add version" This reverts commit2e09cc7d5e. * Add electron version to package.json * Move build to higher level * Add upload beta autoupdate * Revert version * Updating the release workflow with the new channels * restrict GitHub Release to only 'latest' * fixing electron-builder configuration * version bump test * fixing words * Commenting out the npm cache in the windows build job * Adding back in the caching for the future * Revert "version bump test" This reverts commitb732d00841. Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"asarUnpack": ["**/*.node"],
|
||||
"files": ["**/*", "!**/node_modules/@bitwarden/desktop-native/**/*"],
|
||||
"electronVersion": "16.2.7",
|
||||
"generateUpdatesFilesForAllChannels": true,
|
||||
"publish": {
|
||||
"provider": "generic",
|
||||
"url": "https://artifacts.bitwarden.com/desktop"
|
||||
|
||||
Reference in New Issue
Block a user