firebelley / godot-export

Automatically exports your Godot games.
MIT License
460 stars 53 forks source link

Control over which presets are built #130

Open maximiliancsuk opened 5 months ago

maximiliancsuk commented 5 months ago

Hello,

AFAICT, the action will always try to build ALL presets configured in export_presets.cfg. But I have many presets and only want to build some of them through Github actions. So I'm looking for a way to either whitelist or blacklist specific build presets, to have more control over which presets get built and which get skipped. But I couldn't find a config setting for this. Am I missing something? Or is it possible to add this functionality?

Thanks a lot! :)

moorbren commented 5 months ago

@maximiliancsuk See this pull request right here if you want this feature, I've had it ready for a while now: #116

maximiliancsuk commented 5 months ago

Super cool, thanks so much for your work! :)

I've turned my attention to other work in the meantime and hence will wait for a bit. Maybe your pull request gets merged soon anyway and I can use the latest official version. Fingers crossed! 🤞