Hello there , I'm trying to build an exe and specify an icon for it, with Deno 2, using
deno compile --icon LogoAstro.ico main.ts
deno compile --icon LogoAstro.ico main.ts
as mentioned in the documentation (https://docs.deno.com/runtime/reference/cli/compiler/). And it is just totally ignored : the build succeed but it use the default window application icon. The file is a fairly light .ico image. So, is there some hidden specification for it ? Or is it a known issue ?