I have an open source engine for fun/learning purposes. I’m starting to wonder about the ability to distribute builds via Github Actions.
For further reading purposes, FMOD in my engine is currently behind a define and can only work if you clone the repo locally and build with FMOD installed.
What are my options here?
Am I allowed to build and link against fmod via github?
Is there any workarounds besides going private and distributing a zip?
Does purchasing a license even make a difference even though I’ll have like 1 download?
My project is essentially useless without FMOD and then github actions just becomes a build success/fail tool.
Our stance hasn’t changed, you’re still not allowed to host your own copy of the FMOD APIs or tools on github or anywhere else unless you have a specific license allowing you to do so. Maybe there’s a non-commercial alternative that would suit your project?