Adjusted templates folder name (#29)

* Update entrypoint.sh

* Update entrypoint.sh
This commit is contained in:
Philipp 2024-04-23 01:32:16 +02:00 committed by GitHub
parent f362e14dc5
commit f759ed7f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ set -e
# Move godot templates already installed from the docker image to home
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" != "" ]