mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Remove electron builder support for publishing to S3
We do this ourselves now.
This commit is contained in:
15
package.json
15
package.json
@@ -100,7 +100,6 @@
|
||||
"electron": "1.8.4",
|
||||
"electron-builder": "^20.2.0",
|
||||
"electron-icon-maker": "0.0.3",
|
||||
"electron-publisher-s3": "^20.2.0",
|
||||
"eslint": "^4.14.0",
|
||||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
@@ -150,13 +149,6 @@
|
||||
{
|
||||
"provider": "generic",
|
||||
"url": "https://updates.signal.org/desktop"
|
||||
},
|
||||
{
|
||||
"provider": "s3",
|
||||
"region": "us-east-1",
|
||||
"bucket": "updates.signal.org",
|
||||
"path": "desktop",
|
||||
"acl": "public-read"
|
||||
}
|
||||
],
|
||||
"target": [
|
||||
@@ -175,13 +167,6 @@
|
||||
{
|
||||
"provider": "generic",
|
||||
"url": "https://updates.signal.org/desktop"
|
||||
},
|
||||
{
|
||||
"provider": "s3",
|
||||
"region": "us-east-1",
|
||||
"bucket": "updates.signal.org",
|
||||
"path": "desktop",
|
||||
"acl": "public-read"
|
||||
}
|
||||
],
|
||||
"target": [
|
||||
|
||||
Reference in New Issue
Block a user