Compare commits

..

No commits in common. "8b73ce192fc5ac52639e4a4abb5ced822e2c7682" and "4117f9a9b07d1a919a1665ee5c69044a31d84056" have entirely different histories.

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/export_templates/. ~/.local/share/godot/export_templates/
cp -a /root/.local/share/godot/templates/. ~/.local/share/godot/export_templates/
if [ "$3" != "" ]