-
How to change the app icon on windows? |
Beta Was this translation helpful? Give feedback.
Answered by
Jacalz
Sep 3, 2022
Replies: 1 comment
-
You need to set your icon using More information can be found at https://developer.fyne.io/started/packaging. The developer site is a great place to find developer related information and documentation about Fyne. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fayfive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to set your icon using
a.SetIcon()
(assuminga
is your application instance) as usual. However, you need to install thefyne.io/fyne/v2/cmd/fyne
command and then package the application using thefyne package
subcommand.More information can be found at https://developer.fyne.io/started/packaging. The developer site is a great place to find developer related information and documentation about Fyne.