|
|
|
|
@ -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", |
|
|
|
|
|