Deploy Mono application without Framework on Mac

前端 未结 3 1400
自闭症患者
自闭症患者 2021-02-19 10:33

I have a c#-program, that works well under Mono and on OSX, I also was able to create an app-directory for that program. Now I want to distribute it, but I don\'t want to force

3条回答
  •  无人共我
    2021-02-19 11:10

    It should be possible to use mkbundle in the linking of mono assemblies to produce a "portable app" with no requirement on installing the runtime.

    http://www.mono-project.com/Linker

提交回复
热议问题