fix transactions issue

This commit is contained in:
Mustafa Refaey
2019-05-28 10:34:10 +02:00
parent 57495c99d9
commit b7b135b27c
77 changed files with 17 additions and 6 deletions

16
package.json Normal file → Executable file
View File

@@ -22,24 +22,32 @@
"target": "7z",
"icon": "build/icon.png",
"artifactName": "Windows-${productName}-${version}.${ext}",
"extraResources": ["bin/win/*"]
"extraResources": [
"bin/win/*"
]
},
"linux": {
"target": "tar.gz",
"icon": "build/icon.icns",
"artifactName": "Linux-${productName}-${version}.${ext}",
"extraResources": ["bin/linux/*"]
"extraResources": [
"bin/linux/*"
]
},
"mac": {
"target": "pkg",
"icon": "build/icon.icns",
"artifactName": "MacOS-${productName}-${version}.${ext}",
"extraResources": ["bin/macos/*"]
"extraResources": [
"bin/macos/*"
]
}
},
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet",
"keywords": [
"Ether1", "Desktop", "Wallet"
"Ether1",
"Desktop",
"Wallet"
],
"author": "Ether1",
"license": "CC0-1.0",