Updated publisher to use generic (#1529)

This commit is contained in:
Micaiah Martin 2022-05-05 09:51:17 -05:00 committed by GitHub
parent 55a9403ee3
commit fec6838f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -9,12 +9,8 @@
"asarUnpack": ["**/*.node"],
"files": ["**/*", "!**/node_modules/@bitwarden/desktop-native/**/*"],
"publish": {
"provider": "s3",
"bucket": "public-s3-electron-artifacts",
"path": "desktop",
"acl": "public-read",
"region": "us-west-2",
"endpoint": "https://artifacts.bitwarden.com/desktop"
"provider": "generic",
"url": "https://artifacts.bitwarden.com/desktop"
},
"mac": {
"electronUpdaterCompatibility": ">=0.0.1",