-
Notifications
You must be signed in to change notification settings - Fork 39
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
Icon and title of the OpenJFX Platform binary wrapper #298
Comments
I can set both icon and label in Resource Hacker tool afterwards, but it would be more convenient to have it specified as a plugin option and applied when generating final exe. |
You can actually automate this on Windows by compiling a resource script using You might have a link warning related to glass.lib but that's okay i believe To do that you have to fork this plugin and modify it as to accept linker arguments (it's almost the same as how they accept compiler arguments), maybe I would try to open a pull request for it but after seeing the legal conditions to become a contributor, i won't do it. This way of having an icon (or even more metadata for the executable) seems hacky though so I don't really this is the way of doing such thing |
Is it planned to add a configuration option to gluonfx-maven-plugin to define an app icon? Love to see related activity on this issue. It would be great if one could set meta data like 'productversion', 'file version' etc. as well 👍 |
Yes, see gluonhq/substrate#1089 |
When native image app is running in Windows, it is shown as a child of the OpenJFX Platform binary wrapper in the Windows Taskbar:
![image](https://user-images.githubusercontent.com/3907898/107435314-424ce200-6b2c-11eb-82ec-1ca8dc481e4e.png)
It would be nice to have both icon and title customizable. That icon (or icons) could be ideally reused from the stage icons.
The text was updated successfully, but these errors were encountered: