I want to distribute my c# application to each computer on a linux cluster so that I can run it without having to install mono on each computer.
I have spent hours trying to get mkbundle to work, but it doesn't bundle properly (I am unable to run the application on another machine that doesn't have mono installed).
What is the best way to do this?