Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deno compile --icon <ico> #25039

Merged
merged 4 commits into from
Aug 15, 2024
Merged

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Aug 14, 2024

Add --icon flag to set deno compile'd executable icon on Windows.

deno compile --icon icon.ico game.tsx

Depends on denoland/sui#24

image

Closes #8912

@littledivy littledivy marked this pull request as ready for review August 14, 2024 17:21
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, really cool!

@littledivy littledivy merged commit 7ca95fc into denoland:main Aug 15, 2024
17 checks passed
@littledivy littledivy deleted the deno_compile_icon branch August 15, 2024 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting the icon for deno compile output binary
2 participants