Compare commits

..

1 Commits

Author SHA1 Message Date
DerpyChap
063422c272
Merge 4117f9a9b0 into f362e14dc5 2023-11-17 21:27:17 +00:00

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" != "" ]