Closed
Description
- Version: 20.0.4
- Target: deb, AppImage
No matter what I try I cannot set an icon on Linux.
Building from a macOS Sierra.
I have dir's customized:
"directories": {
"buildResources": "./build_res",
"output": "./build",
"app": "./dist"
}
I've tried setting
"linux": {
"icon": "..."
}
to all imaginable values, copying all icon folders to different locations in the root and build_res and I still get a question mark icon in Ubuntu 16.04.
I have an .icns file in ./build_res/icon.icns
.
Is there a workaround? Or a fix?