mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[godot] Add build/pack-template.sh to zip up the template files for development.
This commit is contained in:
parent
15b61f3101
commit
5308ddb04b
10
spine-godot/build/pack-template.sh
Executable file
10
spine-godot/build/pack-template.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
pushd "$dir/../godot/bin" > /dev/null
|
||||
|
||||
echo "$1" > version.txt
|
||||
zip spine-godot-templates.zip ios.zip macos.zip windows_debug_x86_64.exe windows_release_x86_64.exe linux_x11_64_debug linux_x11_64_release web_debug.zip web_release.zip android_release.apk android_debug.apk android_source.zip version.txt
|
||||
|
||||
popd
|
||||
Loading…
x
Reference in New Issue
Block a user