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
I have a Cargo.toml that includes an icon like this:
Cargo.toml
[package.metadata.bundle] name = "Atlas" identifier = "io.github.jakobhellermann.atlas" icon = ["ui/assets/icon/icon_128.png"]
and this icon
But when I run cargo bundle the image ends up looking like this:
cargo bundle
I honestly have no idea why this would be happening.
The text was updated successfully, but these errors were encountered:
Hm, if I use my non-downscaled image it works.
But I generated the smaller one using convert icon.png -resize 128x128 icon_128.png, so I don't know what exactly in the imagemagick output broke it.
convert icon.png -resize 128x128 icon_128.png
Sorry, something went wrong.
No branches or pull requests
I have a
Cargo.toml
that includes an icon like this:and this icon
But when I run
cargo bundle
the image ends up looking like this:I honestly have no idea why this would be happening.
The text was updated successfully, but these errors were encountered: