Automate export of #GodotEngine project for specific platform 🤖

There's no option to "build all" for specific platform
So, I made a simple build script to automate it

Github gist: https://gist.github.com/imjp94/d4ec7e4f2be2b09e4804439c35649ed5

#gamedev #indiedev

Build script to help exporting Godot project.

Build script to help exporting Godot project. GitHub Gist: instantly share code, notes, and snippets.

Gist
@imjp94 Nice! This seems very useful. If I understand correctly this exports the project to multiple platforms? Or is this for something else
@realkotob Sort of, the editor already support exporting all presets. But most of the time I just want to test my builds on windows. And building for all platforms will cost me ~5 minutes.
This script will allow me to filter the platform I want to build(I have 13 presets for each platform)
@imjp94 That is a lot of presets! I do not understand what all of those could be for but yeah this is definitely useful in that case!