Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrieber authored Sep 29, 2024
1 parent 1fe4765 commit c72840f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

mkdir -p /github/home/.local/share/godot/export_templates/4.2.2.stable/
cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.2.stable/
mkdir -p /github/home/.local/share/godot/export_templates/4.3.stable/
cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.3.stable/

#echo "/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1"

Expand Down

0 comments on commit c72840f

Please sign in to comment.