We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! The appImage version does not show any Icon on taskbar.
Using linux mint cinnamon .
If you are using electron-builder this is what I used on one of my apps
package.json
"build": { ... etc "linux": { "target": [ { "target": "AppImage", "arch": [ "x64", "arm64" ] } ], "category": "Utility", "icon": "src/assets/icons/png", "artifactName": "${productName}-${version}-${os}-${arch}.${ext}" }, ... etc }
where png is a folder with a lot of icon sizes:
png
The text was updated successfully, but these errors were encountered:
Thanks for the report, we will take a look.
Sorry, something went wrong.
dead?
No, just low priority. Feel free to create a PR 👍
No branches or pull requests
Hi! The appImage version does not show any Icon on taskbar.
Using linux mint cinnamon .
If you are using electron-builder this is what I used on one of my apps
package.json
where
png
is a folder with a lot of icon sizes:The text was updated successfully, but these errors were encountered: