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 @@
"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…
Cancel
Save