+ linux target

This commit is contained in:
Taegus
2018-12-23 11:07:03 +01:00
parent d7df361714
commit 107eafa741

View File

@@ -10,9 +10,6 @@
}, },
"build": { "build": {
"appId": "Ether1DesktopWallet", "appId": "Ether1DesktopWallet",
"win": {
"icon": "build/icon.png",
"target": "7z",
"files": [ "files": [
"modules/*", "modules/*",
"assets/**/*", "assets/**/*",
@@ -21,9 +18,18 @@
"main.js", "main.js",
"index.html" "index.html"
], ],
"win": {
"icon": "build/icon.png",
"target": "7z",
"extraResources": [ "extraResources": [
"bin/win/*" "bin/win/*"
] ]
},
"linux": {
"target": "tar.gz",
"extraResources": [
"bin/linux/*"
]
} }
}, },
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet", "repository": "https://github.com/taeguscromis/Ether1DesktopWallet",