Skip to content

Deno compile --icon not taken into account #26400

Open
@Naokim-NHZ

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

Metadata

Assignees

Labels

bugSomething isn't working correctlycompilerelated to the `deno compile` feature

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions