tauri::generate_context!() complains about missing icons
#14355
Unanswered
WhyNotHugo
asked this question in
Q&A
Replies: 2 comments 6 replies
-
You currently can't. You're honestly the first one to ever complain about that (probably because there are default icons) so we never thought about this. |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
I tried putting an empty file there, but it looks like Tauri tries to parse the icons anyway. This is a red herring for me, since it's completely unrelated to what I'm trying to do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting work on a new project, but I'm stuck very early in the build stage.
Basically, my build fails with:
But my
tauri.conf.jsondoesn't specify any icons:I don't have any icons. I'm very early in the development phase, there is no artwork, but I also don't care about this at this time. I won't be shipping to any platform where icons are mandatory, and it working on something like this is a complete distraction at this time.
How do I stop tauri from trying to use
icons/icon.png?Beta Was this translation helpful? Give feedback.
All reactions