mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-19 08:16:41 +08:00
Updated runtimes.sh to export to player/ instead of widget/.
This commit is contained in:
parent
2e29006764
commit
9d1e37d30b
@ -331,14 +331,14 @@ cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-ts/threejs/example/as
|
||||
cp -f ../raptor/export/raptor.atlas "$RUNTIME_DIR/spine-ts/threejs/example/assets/"
|
||||
cp -f ../raptor/export/raptor.png "$RUNTIME_DIR/spine-ts/threejs/example/assets/"
|
||||
|
||||
rm "$RUNTIME_DIR/spine-ts/widget/example/assets/"*
|
||||
cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
||||
cp -f ../raptor/export/raptor-pma.atlas "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
||||
cp -f ../raptor/export/raptor-pma.png "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
||||
rm "$RUNTIME_DIR/spine-ts/player/example/assets/"*
|
||||
cp -f ../raptor/export/raptor-pro.json "$RUNTIME_DIR/spine-ts/player/example/assets/"
|
||||
cp -f ../raptor/export/raptor-pma.atlas "$RUNTIME_DIR/spine-ts/player/example/assets/"
|
||||
cp -f ../raptor/export/raptor-pma.png "$RUNTIME_DIR/spine-ts/player/example/assets/"
|
||||
|
||||
cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
||||
cp -f ../spineboy/export/spineboy-pma.atlas "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
||||
cp -f ../spineboy/export/spineboy-pma.png "$RUNTIME_DIR/spine-ts/widget/example/assets/"
|
||||
cp -f ../spineboy/export/spineboy-pro.json "$RUNTIME_DIR/spine-ts/player/example/assets/"
|
||||
cp -f ../spineboy/export/spineboy-pma.atlas "$RUNTIME_DIR/spine-ts/player/example/assets/"
|
||||
cp -f ../spineboy/export/spineboy-pma.png "$RUNTIME_DIR/spine-ts/player/example/assets/"
|
||||
|
||||
echo "spine-xna"
|
||||
rm "$RUNTIME_DIR/spine-xna/example/data/"*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user