mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-03 11:18:08 +02:00
Update entrypoint.sh
This commit is contained in:
parent
f362e14dc5
commit
1ced4a0520
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
rt_#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Move godot templates already installed from the docker image to home
|
# Move godot templates already installed from the docker image to home
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates
|
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" != "" ]
|
if [ "$3" != "" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user