OK, we;ll use the standard icon paths

but with a different 'build' directory
This commit is contained in:
David Baker 2016-10-21 14:54:14 +01:00
parent 1c7d859b2b
commit fd2a2f25ad
3 changed files with 2 additions and 8 deletions

BIN
electron/build/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -122,16 +122,10 @@
"electron/src/**",
"vector/**",
"package.json"
],
"mac": {
"target": "dmg",
"icon": "electron/icons/AppIcon.icns"
},
"dmg": {
"icon": "electron/icons/AppIcon.icns"
}
]
},
"directories": {
"buildResources": "electron/build",
"output": "electron/dist"
}
}