Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenandrews committed Nov 6, 2018
1 parent 7b7391a commit 2262f08
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tezbox-desktop",
"version": "1.0.0",
"description": "",
"description": "TezBox is a multi-platform, decentralized and secure wallet for the Tezos blockchain",
"main": "main.js",
"scripts": {
"start": "npm install && electron .",
Expand All @@ -20,6 +20,8 @@
"package.json"
],
"mac": {
"icon" : "assets/icon.png",
"target" : "dmg",
"category": "public.app-category.productivity"
},
"dmg": {
Expand All @@ -43,13 +45,15 @@
]
},
"win": {
"target": "NSIS"
"target": "NSIS",
"icon" : "assets/icon.png"
},
"nsis": {
"oneClick": true
},
"directories": {
"output": "releases"
"output": "releases/build",
"buildResources" : "assets"
}
},
"dependencies": {
Expand Down

0 comments on commit 2262f08

Please sign in to comment.