+ linux binaries

* use paths based on OS
* minimal install
This commit is contained in:
Taegus
2018-12-22 16:36:49 +01:00
parent 3941ba7a3e
commit d7df361714
4 changed files with 38 additions and 7 deletions

View File

@@ -1,11 +1,10 @@
{
"name": "Ether1Wallet",
"version": "0.1.2",
"version": "0.1.3",
"description": "Desktop wallet for Ether1 currency",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "electron-builder",
"pack": "build --dir",
"dist": "build"
},
@@ -14,9 +13,17 @@
"win": {
"icon": "build/icon.png",
"target": "7z",
"files": [
"modules/*",
"assets/**/*",
"renderer/*",
"package.json",
"main.js",
"index.html"
],
"extraResources": [
"bin/*"
]
"bin/win/*"
]
}
},
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet",