From cc9f472b4dfe24bbaa97c8ea804a5b42293f2004 Mon Sep 17 00:00:00 2001 From: FallenGravity Date: Thu, 12 Dec 2019 16:25:05 +0200 Subject: [PATCH] Updates --- build_win.bat => build-win.bat | 0 package.json | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename build_win.bat => build-win.bat (100%) diff --git a/build_win.bat b/build-win.bat similarity index 100% rename from build_win.bat rename to build-win.bat diff --git a/package.json b/package.json index 6aad695..05afec4 100755 --- a/package.json +++ b/package.json @@ -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": [