Tagged Questions

0
votes
1answer
166 views

Mono .EXE assembly set explorer icon

When compiling with gmcs on Linux, how can I set the explorer icon the final EXE will use? I have a .ico file to attach to the output exe. The answer must be build-automatable and execute on Linux ...