Open
Description
Version: Deno 2.0.0
Platform: Windows
When specifying an icon (.ico 128x128px) for the exe using :
deno compile --icon LogoName.ico main.ts
=> The build succeed but the default windows application icon is used.
I managed to reproduced the issue with a blank "Hello World" project.
Repro :
- deno init my_project
- deno compile --icon LogoName.ico main.ts