Skip to content

Commit

Permalink
Updated package to 0.2.2 (#136)
Browse files Browse the repository at this point in the history
* Added External link to open links in browser

* Updated desktop-app to 0.2.2
  • Loading branch information
dsarfati authored Aug 30, 2019
1 parent 534886c commit 5652b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/desktop-app/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
"oneClick": "false",
"license": "LICENSE.md",
"runAfterFinish": true,
"perMachine": false,
"allowToChangeInstallationDirectory": "true"
},
"files": ["assets/*", "dist/*"],
"win": {
"icon": "assets/favicon.ico",
"target": ["nsis"],
"sign": "./sign.js",
"extraFiles": ["assets/*", "dist/ethminer/*"],
"extraFiles": ["assets/*", "dist/ethminer"],
"publish": {
"provider": "s3",
"bucket": "salad-app-releases"
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salad",
"version": "0.2.1",
"version": "0.2.2",
"description": "Salad Technologies Desktop Application",
"author": "Salad Technologies <[email protected]>",
"homepage": "https://www.salad.io/",
Expand Down

0 comments on commit 5652b6c

Please sign in to comment.