This commit is contained in:
Randolph W. Aarseth II 2023-05-23 20:45:38 -07:00
parent 21c601f94d
commit 7e46f0b9ad

View File

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