+ 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": { "build": {
"appId": "Ether1DesktopWallet", "appId": "Ether1DesktopWallet",
"files": [
"modules/*",
"assets/**/*",
"renderer/*",
"package.json",
"main.js",
"index.html"
],
"win": { "win": {
"icon": "build/icon.png", "icon": "build/icon.png",
"target": "7z", "target": "7z",
"files": [
"modules/*",
"assets/**/*",
"renderer/*",
"package.json",
"main.js",
"index.html"
],
"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",