NaokimN
Denoβ€’15mo agoβ€’
5 replies
Naokim

Settings an icon with deno --compile

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 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 ?
image.png
image.png
image.png
Was this page helpful?