abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
759 stars 133 forks source link

Fix build for Godot 4 #107

Closed rogerclotet closed 1 year ago

rogerclotet commented 1 year ago

I'm not sure these are all the fixes needed for everyone, I don't have a lot of knowledge of platforms other than Android, but I managed to create a docker image that works for my project.

I adapted the changes I made to minimize changes here, since I customized some other things, but I think this should be enough to get builds going for Godot 4.

Any suggestions or comments are welcome, of course.