proposal: command line flag for go build to add icon for windows executable #38509
Comments
I would guess that you can do this by adding a file with a |
A syso file can be used to embed all sorts of different resources and not just an icon. |
I don't understand why generating a .syso file is overkill. Sure, it can do a lot more than add an icon. So what? If you want to add an icon, you have to have an icon file. It's one more command, run exactly once, to turn that icon file into a .syso file. Then you're done. A .syso file has another advantage: it is always there, so you don't have to add a command line option when you run |
There should be a command line flag to
go build
to add an icon to the executable file.The text was updated successfully, but these errors were encountered: