Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
Adjusted templates folder name (#29)
Browse files Browse the repository at this point in the history
* Update entrypoint.sh

* Update entrypoint.sh
  • Loading branch information
truePhilipp authored and yeslayla committed Mar 4, 2025
1 parent 92a759b commit bf732c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" != "" ]
Expand Down

0 comments on commit bf732c6

Please sign in to comment.