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