akavel / rsrc

Tool for embedding .ico & manifest resources in Go programs for Windows.
MIT License
1.22k stars 122 forks source link

how can i get resource id when id append a icon #20

Open leoxiaoping opened 6 years ago

leoxiaoping commented 6 years ago

how can i get the resource id when id append a icon?

gonutz commented 6 years ago

That is the problem that I had with this tool, you can use my fork which generates a Go map as output, mapping file names to resource IDs that you can then use from Go directly.

https://github.com/gonutz/rsrc