Skip to content

Commit

Permalink
Updated desktop app to 0.4.0 (#274)
Browse files Browse the repository at this point in the history
* Updated configs for 0.4.0 release
  • Loading branch information
dsarfati authored Jan 10, 2020
1 parent e8ed681 commit 4e3146d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/desktop-app/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"nsis": {
"installerIcon": "assets/favicon.ico",
"uninstallerIcon": "assets/favicon.ico",
"oneClick": true,
"perMachine": false,
"allowToChangeInstallationDirectory": false,
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"license": "LICENSE.md",
"runAfterFinish": true,
"artifactName": "${productName} Installer ${version}.${ext}"
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.3.6-alpha.2",
"version": "0.4.0",
"description": "Salad Technologies Desktop Application",
"author": "Salad Technologies <[email protected]>",
"homepage": "https://www.salad.io/",
Expand Down

0 comments on commit 4e3146d

Please sign in to comment.