GameDrivenDesign / docker-godot-export

Docker image to automatically export your Godot games.
https://hub.docker.com/r/gamedrivendesign/godot-export/
MIT License
45 stars 10 forks source link

Error on build due to version > 3.0 #4

Closed brettsaunders21 closed 4 years ago

brettsaunders21 commented 5 years ago

Error when building, seems to be related to Godot version Logs.txt

l0go commented 5 years ago

I get the same error

l0go commented 5 years ago

I have been trying to move to godot 3.1 I have found out that the alpine-glibc repo is broken and they have a new link now

tom95 commented 5 years ago

Hey, if either of you have time to create a pull request that fixes the issue, we'll merge it right away! Otherwise we probably won't have time to look into this before next week at the earliest

l0go commented 5 years ago

The issue is that you need the export_presets file. I will fork it however to hopefully get alpine working

l0go commented 5 years ago

https://github.com/GameDrivenDesign/docker-godot-export/pull/5 should work @tom95

l0go commented 5 years ago

Also make it more clear that you need the export_presets.cfg for it to work

cmfcmf commented 5 years ago

Also make it more clear that you need the export_presets.cfg for it to work

I've added a note about this file in https://github.com/GameDrivenDesign/docker-godot-export/commit/666f66f9145ba4b97498218134455cce1f9d0a24.