I compiled my JavaFx program with gluonFx as a native Windows image and everything works fine except that the program icon does not appear when the file name is displayed in the Windows explorer, while it is displayed when the program is running. How to make the icon appear next to the program name?
Asked
Active
Viewed 141 times
1
-
You are running into this issue: https://github.com/gluonhq/gluonfx-maven-plugin/issues/298. – José Pereda Dec 31 '21 at 10:30
1 Answers
0
If you put the application icon to src/windows/assets/icon.ico and run "mvn gluonfx:build" you will see that exe has the icon in windows. output looks like below in my win 11
working code here

ozkanpakdil
- 3,199
- 31
- 48