+ MacOS
This commit is contained in:
BIN
bin/macos/geth
Normal file
BIN
bin/macos/geth
Normal file
Binary file not shown.
BIN
build/icon.icns
Normal file
BIN
build/icon.icns
Normal file
Binary file not shown.
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Ether1Wallet",
|
"name": "Ether1Wallet",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Desktop wallet for Ether1 currency",
|
"description": "Desktop wallet for Ether1 currency",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -19,20 +19,28 @@
|
|||||||
"index.html"
|
"index.html"
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "build/icon.png",
|
|
||||||
"target": "7z",
|
"target": "7z",
|
||||||
|
"icon": "build/icon.png",
|
||||||
"artifactName": "Windows-${productName}-${version}.${ext}",
|
"artifactName": "Windows-${productName}-${version}.${ext}",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
"bin/win/*"
|
"bin/win/*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "build/icon.png",
|
|
||||||
"target": "tar.gz",
|
"target": "tar.gz",
|
||||||
|
"icon": "build/icon.icns",
|
||||||
"artifactName": "Linux-${productName}-${version}.${ext}",
|
"artifactName": "Linux-${productName}-${version}.${ext}",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
"bin/linux/*"
|
"bin/linux/*"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"target": "tar.gz",
|
||||||
|
"icon": "build/icon.icns",
|
||||||
|
"artifactName": "MacOS-${productName}-${version}.${ext}",
|
||||||
|
"extraResources": [
|
||||||
|
"bin/macos/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet",
|
"repository": "https://github.com/taeguscromis/Ether1DesktopWallet",
|
||||||
|
|||||||
Reference in New Issue
Block a user