Hello! How do I add an icon to my haxe project app?
I tried adding this to my project.xml within the <project> tag: <icon path="./Assets/icon.ico" />
but it didnt work at all, and instead just makes my application have no icon. In the \Export\windows\bin\ folder, there’s an assets folder with the icon instead.
I can of course add the icon manually with resource hacker, but this is cumbersome and I’m wondering if there’s a way to add it before compiling my project?
I’m using openfl build windows -release to compile.
If there’s any additional stuff that I need to share please tell me.
Thanks for your suggestion! I tried this but it still doesn’t work
I did this: <app main="Main" path="Export" file="Pong"> <icon path="./Assets/paddle.png"></icon> </app>
but again nothing is working lol