Build APPs for Windows like iOS and Android

Hi guys,

Can I use FuseTools to build apps for windows like ios and android ?

Best regards,

Marcelo

While it’s certainly not our primary focus, you can in fact export your apps as .net executables. You can do this from the command line inside your project dir (note that this works on Windows only):

fuse build -t=DotNetExe

Note that since we’re not properly supporting this for the time being, there may be bugs and packing issues. But if you’re willing to hack a bit I’m sure it can do the trick, especially for personal projects :slight_smile: