Compare commits

...

2 Commits

Author SHA1 Message Date
DerpyChap
8b73ce192f
Merge branch 'yeslayla:master' into master 2024-08-05 15:58:05 +01:00
Philipp
f759ed7f8f
Adjusted templates folder name (#29)
* Update entrypoint.sh

* Update entrypoint.sh
2024-04-23 01:32:16 +02:00

View File

@ -3,7 +3,7 @@ set -e
# Move godot templates already installed from the docker image to home # Move godot templates already installed from the docker image to home
mkdir -v -p ~/.local/share/godot/export_templates mkdir -v -p ~/.local/share/godot/export_templates
cp -a /root/.local/share/godot/templates/. ~/.local/share/godot/export_templates/ cp -a /root/.local/share/godot/export_templates/. ~/.local/share/godot/export_templates/
if [ "$3" != "" ] if [ "$3" != "" ]