* Version: ^10.6.1
* Target: linux
i'm ubuntu user & and i could not set icon for my app. this is the error:
No native production dependencies
Packaging for linux x64 using electron 1.4.1 to dist/linux-unpacked
⚠️ Application icon is not set, default Electron icon will be used
Building AppImage for arch x64
and this is build section of my package.jason:
"build": {
"appId": "985654798458542",
"mac": {
"category": "crm"
},
"win": {
"iconUrl": "logo.png"
},
"linux": {
"iconUrl": "logo.png"
}
From the electron-builder quick-setup:
You will have to specify your icon via the mac-options, even though it's not a build target in your case.