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

Add --icon option to customize icon when building single-file executables for Windows #13686

Closed
philipp-spiess opened this issue Sep 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@philipp-spiess
Copy link

What is the problem this feature would solve?

Right now, running bun build to build a Windows executable will always use the Bun icon for the resulting .exe file. It's possible to customize this by using third party decompiler tools like ResourceHacker.exe or patching the binary but it would be nice if we can do this at build time instead.

What is the feature you are proposing to solve the problem?

Add a new --icon option to customize the inlined .ico file for Windows builds

What alternatives have you considered?

No response

@paperdave
Copy link
Member

see #15894

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants