From 31a3dd684b10d0da196cbb957b3b17039617c9fb Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 6 Apr 2022 11:50:23 +0200 Subject: [PATCH] [godot] Fix runtimes.sh for new Godot example layout. --- examples/export/runtimes.sh | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/export/runtimes.sh b/examples/export/runtimes.sh index a4bd7fd2e..adf159714 100755 --- a/examples/export/runtimes.sh +++ b/examples/export/runtimes.sh @@ -86,27 +86,27 @@ cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-cocos2dx/example/ cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-cocos2dx/example/Resources/common/" echo "spine-godot" -rm -f "$ROOT"/spine-godot/example/spineboy/*.atlas -rm -f "$ROOT"/spine-godot/example/spineboy/*.json -rm -f "$ROOT"/spine-godot/example/spineboy/*.skel -rm -f "$ROOT"/spine-godot/example/raptor/*.atlas -rm -f "$ROOT"/spine-godot/example/raptor/*.skel -rm -f "$ROOT"/spine-godot/example/mix-and-match/*.atlas -rm -f "$ROOT"/spine-godot/example/mix-and-match/*.json -rm -f "$ROOT"/spine-godot/example/mix-and-match/*.skel +rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.atlas +rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.json +rm -f "$ROOT"/spine-godot/example/assets/spineboy/*.skel +rm -f "$ROOT"/spine-godot/example/assets/raptor/*.atlas +rm -f "$ROOT"/spine-godot/example/assets/raptor/*.skel +rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.atlas +rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.json +rm -f "$ROOT"/spine-godot/example/assets/mix-and-match/*.skel -cp -f ../spineboy/export/spineboy-pro.json "$ROOT/spine-godot/example/spineboy/" -cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-godot/example/spineboy/" -cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-godot/example/spineboy/" -cp -f ../spineboy/export/spineboy.png "$ROOT/spine-godot/example/spineboy/" +cp -f ../spineboy/export/spineboy-pro.json "$ROOT/spine-godot/example/assets/spineboy/" +cp -f ../spineboy/export/spineboy-pro.skel "$ROOT/spine-godot/example/assets/spineboy/" +cp -f ../spineboy/export/spineboy.atlas "$ROOT/spine-godot/example/assets/spineboy/" +cp -f ../spineboy/export/spineboy.png "$ROOT/spine-godot/example/assets/spineboy/" -cp -f ../mix-and-match/export/mix-and-match-pro.json "$ROOT/spine-godot/example/mix-and-match/" -cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-godot/example/mix-and-match/" -cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-godot/example/mix-and-match/" +cp -f ../mix-and-match/export/mix-and-match-pro.json "$ROOT/spine-godot/example/assets/mix-and-match/" +cp -f ../mix-and-match/export/mix-and-match.atlas "$ROOT/spine-godot/example/assets/mix-and-match/" +cp -f ../mix-and-match/export/mix-and-match.png "$ROOT/spine-godot/example/assets/mix-and-match/" -cp -f ../raptor/export/raptor-pro.skel "$ROOT/spine-godot/example/raptor/" -cp -f ../raptor/export/raptor.atlas "$ROOT/spine-godot/example/raptor/" -cp -f ../raptor/export/raptor.png "$ROOT/spine-godot/example/raptor/" +cp -f ../raptor/export/raptor-pro.skel "$ROOT/spine-godot/example/assets/raptor/" +cp -f ../raptor/export/raptor.atlas "$ROOT/spine-godot/example/assets/raptor/" +cp -f ../raptor/export/raptor.png "$ROOT/spine-godot/example/assets/raptor/" echo "spine-sfml-c" rm "$ROOT/spine-sfml/c/data/"*