Add --icon
option to customize icon when building single-file executables for Windows
#13686
Labels
enhancement
New feature or request
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 likeResourceHacker.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 buildsWhat alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: