You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @dkoding!
This is probably a misunderstanding. ICO file is merged as EXE metadata, so there's no need to copy into apps folder.
Skipped adding the icon file as additional resource because the target platform is Windows
It just warns you that the ICO file is not going to be copied as an additional resource, next to your EXE. If you need to distribute your ICO file next to your EXE, you should take a look at additionalResources property.
And if the problem is that, after change your ICO and rebuild your app, EXE is still showing the previous icon, this is caused by Windows Explorer cache. A quick trick if so: kill explorer.exe and start it again.
I'm submitting a…
Short description of the issue/suggestion:
After upgrading to 1.7.6 from 1.6.6 winConfig.icoFile no longer works
Steps to reproduce the issue/enhancement:
I use the following config in both cases
What is the expected behavior?
The icon file should be placed in directory /build/applicationName/applicationName.ico and assigned to the .exe file
What is the current behavior?
No icon file in directory /build/applicationName/applicationName.ico and the .exe file has the coffee cup icon.
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
In 1.7.6 i get the current message:
In 1.6.6 the icon file is NOT skipped.
The icon IS updated in the launch4j directory - as app.ico
What is the motivation / use case for changing the behavior?
It does not work as-is.
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: