This commit is contained in:
FallenGravity
2019-12-12 16:25:05 +02:00
parent 44c6aff600
commit cc9f472b4d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Ether1Wallet",
"version": "1.0.0",
"version": "1.1.0",
"description": "Desktop wallet for Ether-1 ($ETHO)",
"main": "main.js",
"scripts": {
@@ -22,7 +22,7 @@
"index.html"
],
"win": {
"target": "7z",
"target": "zip",
"icon": "build/icon.png",
"artifactName": "Windows-${productName}-${version}.${ext}",
"extraResources": [
@@ -30,7 +30,7 @@
]
},
"linux": {
"target": "tar.gz",
"target": "zip",
"icon": "build/icon.icns",
"artifactName": "Linux-${productName}-${version}.${ext}",
"extraResources": [
@@ -38,7 +38,7 @@
]
},
"mac": {
"target": "pkg",
"target": "zip",
"icon": "build/icon.icns",
"artifactName": "MacOS-${productName}-${version}.${ext}",
"extraResources": [