mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 23:04:20 +00:00
Configuring updates to new S3 bucket
This commit is contained in:
parent
1a87dd5e73
commit
1aa55ae51a
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Responsively-App",
|
"name": "Responsively-App",
|
||||||
"productName": "ResponsivelyApp",
|
"productName": "ResponsivelyApp",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"description": "A developer-friendly browser for developing responsive web apps",
|
"description": "A developer-friendly browser for developing responsive web apps",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
|
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"lint-styles-fix": "yarn --silent lint-styles --fix; exit 0",
|
"lint-styles-fix": "yarn --silent lint-styles --fix; exit 0",
|
||||||
"package": "yarn build && electron-builder build --publish never",
|
"package": "yarn build && electron-builder build --publish never",
|
||||||
"package-all": "yarn build && electron-builder build -mwl",
|
"package-all": "yarn build && electron-builder build -mwl",
|
||||||
"package-ci": "yarn postinstall && yarn build && electron-builder --publish always",
|
"package-ci": "yarn postinstall && yarn build && electron-builder build -mwl --publish always",
|
||||||
"package-linux": "yarn build && electron-builder build --linux",
|
"package-linux": "yarn build && electron-builder build --linux",
|
||||||
"package-win": "yarn build && electron-builder build --win --x64",
|
"package-win": "yarn build && electron-builder build --win --x64",
|
||||||
"postinstall": "yarn flow-typed && electron-builder install-app-deps package.json && yarn build-dll && opencollective-postinstall",
|
"postinstall": "yarn flow-typed && electron-builder install-app-deps package.json && yarn build-dll && opencollective-postinstall",
|
||||||
|
@ -103,7 +103,8 @@
|
||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "s3",
|
"provider": "s3",
|
||||||
"bucket": "responsively-app-updates"
|
"bucket": "responsively-updates",
|
||||||
|
"path": "stable"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repository": {},
|
"repository": {},
|
||||||
|
|
Loading…
Reference in a new issue