Closed NetSysFire closed 1 month ago
I just noticed that #149 will probably handle the third point, which is great.
@NetSysFire I've just merged https://github.com/abarichello/godot-ci/pull/149. Could you look into rebasing on top of master
to fix merge conflicts?
@Calinou Rebased and also applied the changes to the mono.Dockerfile.
Given https://github.com/abarichello/godot-ci/issues/151#issuecomment-2370740746, I also changed the code to overwrite the file instead of appending with the first directive. I still do not know how the commenter started with a good file but this just makes sure we are starting with a blank config file and are not inserting these headers into an existing config file, making it invalid and breaking stuff.
Fixes #151.
What I found out:
editor_settings-4.3.tres
and noteditor_settings-4.tres
. I do not see a way to derive config file name from the existingGODOT_VERSION
variable without hardcoding it.~
resolves to/root
in the Dockerfile. When using this container in a github workflow,~
resolves to/github/home
and Godot will try to read the config from there. So I updated the workflow to move the godot config dir just like the export templates.