-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
AppImage requires a 256x256 icon #749
Labels
Comments
@lucasfernog - did we ever resolve this? |
I'll be updating the bundler config soon and will make sure this is fixed. |
lucasfernog
added a commit
that referenced
this issue
Apr 23, 2021
I still got the error:
|
I also encountered this error when trying to build my Tauri v2 app without specifying an icon in the ExampleBEFORE {
...
"bundle": {
"icons": []
}
} AFTER {
...
"bundle": {
"icons": ["icons/Square310x310.png"]
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line of code assumes that a 256x256 icon is built:
tauri/cli/tauri-bundler/src/bundle/templates/appimage
Line 13 in e8ecd3c
Tauri by default ships a 128x128@2x icon so it always works under our template, but we should fix that.
The text was updated successfully, but these errors were encountered: