Windows: How to set the executable icon when using fyne build with the -o flag?
#6052
Unanswered
DonVietnam
asked this question in
Q&A
Replies: 2 comments
-
|
Sounds like a bug to me - the location of the output should not matter. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've made the issue and migrated it to the tools repo where this code is maintained. |
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.
-
Hello Fyne team,
I have the following
FyneApp.toml:When I try to run:
or
I get an executable file without an icon.
However, when I run:
I get an executable file with the correct icon in the current working directory.
Is this a bug, or is there a specific way I should use the
-oflag to get an executable with the icon?Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions