+ linux target

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

View File

@@ -10,20 +10,26 @@
},
"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",