10-12-2023, 06:12 PM
(10-12-2023, 05:59 PM)Dav Wrote: I tried overwriting the qb64pe.ico in the source folders with mine but the generated EXE's still have the old one.
This ICO file you're trying to replace, is the full path?
Code: (Select All)
(qb64folder)/internal/temp/icon.ico
For EXE file already created then you will have to find the source code for them and recompile with the new ICO. At least on Windows `_ICON` and $EXEICON were supposed to work. On Linux most of the time I get the generic "X-dot-org" icon.
Now I don't remember how to deal with the "dot-rc" file but you might have to modify "recompile-win.bat" to force the inclusion of the customized icon.