Browse Source

Updated publisher to use generic (#1529)

pull/1530/head
Micaiah Martin 4 years ago committed by GitHub
parent
commit
fec6838f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      electron-builder.json

8
electron-builder.json

@ -9,12 +9,8 @@ @@ -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",

Loading…
Cancel
Save