mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-29 12:55:21 +01:00
Updated publisher to use generic (#1529)
This commit is contained in:
parent
55a9403ee3
commit
fec6838f90
@ -9,12 +9,8 @@
|
|||||||
"asarUnpack": ["**/*.node"],
|
"asarUnpack": ["**/*.node"],
|
||||||
"files": ["**/*", "!**/node_modules/@bitwarden/desktop-native/**/*"],
|
"files": ["**/*", "!**/node_modules/@bitwarden/desktop-native/**/*"],
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "s3",
|
"provider": "generic",
|
||||||
"bucket": "public-s3-electron-artifacts",
|
"url": "https://artifacts.bitwarden.com/desktop"
|
||||||
"path": "desktop",
|
|
||||||
"acl": "public-read",
|
|
||||||
"region": "us-west-2",
|
|
||||||
"endpoint": "https://artifacts.bitwarden.com/desktop"
|
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"electronUpdaterCompatibility": ">=0.0.1",
|
"electronUpdaterCompatibility": ">=0.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user