Adding missing icon and config for Windows build with electron-builder

This commit is contained in:
Rémy Roy
2021-09-16 10:54:35 -04:00
parent 9cec31136c
commit a2d4311eab
2 changed files with 5 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
"package.json"
],
"extraFiles": [
"build/bin/eth2deposit_proxy",
"build/bin/*",
"build/word_lists/*"
],
"mac": {
@@ -65,6 +65,10 @@
},
"linux": {
"target": "deb"
},
"win": {
"target": "portable",
"icon": "static/icon.ico"
}
}
}

BIN
static/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB