From 107eafa74141dd83c8fdae076a3f1926bfce7ac4 Mon Sep 17 00:00:00 2001 From: Taegus Date: Sun, 23 Dec 2018 11:07:03 +0100 Subject: [PATCH] + linux target --- package.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6e2b31a..a7f843b 100644 --- a/package.json +++ b/package.json @@ -10,21 +10,27 @@ }, "build": { "appId": "Ether1DesktopWallet", + "files": [ + "modules/*", + "assets/**/*", + "renderer/*", + "package.json", + "main.js", + "index.html" + ], "win": { "icon": "build/icon.png", "target": "7z", - "files": [ - "modules/*", - "assets/**/*", - "renderer/*", - "package.json", - "main.js", - "index.html" - ], "extraResources": [ "bin/win/*" ] - } + }, + "linux": { + "target": "tar.gz", + "extraResources": [ + "bin/linux/*" + ] + } }, "repository": "https://github.com/taeguscromis/Ether1DesktopWallet", "keywords": [