+ linux target
This commit is contained in:
12
package.json
12
package.json
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user