Can I launch the clickonce app using Mono?

I am developing a clickonce application that I might like to distribute on the Mac platform. I know that I can compile a .Net application with Mono - and it will work on a Mac. But is it possible to use clickonce as an installer?

thanks!

+4
source share
1 answer

I don't think the Mono team has ever implemented the ClickOnce.NET APIs that make this possible. However, I think it should be easy to implement.

, Mac Squirrel. ( , Github, Github Windows, , , / ClickOnce.)

+9

All Articles