firebelley / godot-export

Automatically exports your Godot games.
MIT License
486 stars 59 forks source link

Possible Platforms #33

Closed AwesomeKalin closed 3 years ago

AwesomeKalin commented 3 years ago

What platforms are possible? Is it just Windows, Mac and Linux?

firebelley commented 3 years ago

This action can export to any platform that Godot can export to. The caveat is for things like Android and iOS, you need to make sure your workflow environment has the necessary prerequisites.

But Windows, Mac, Linux, and HTML5 should all work out-of-the-box with no additional workflow configuration needed.

AwesomeKalin commented 3 years ago

Thanks