modified to support proper requirements for godot-ci project

This commit is contained in:
Randolph W. Aarseth II 2023-05-22 20:11:24 -07:00
parent 64abbf1b5b
commit 77dbefe1c0

View File

@ -2,7 +2,8 @@
set -e
# Move godot templates already installed from the docker image to home
mv -n /root/.local ~
mkdir -v -p ~/.local/share/godot/export_templates
mv -n /root/.local/share/godot/templates/ ~/.local/share/godot/export_templates/
if [ "$3" != "" ]
then