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": [