Skip to content

Commit

Permalink
[godot] Add build/pack-template.sh to zip up the template files for d…
Browse files Browse the repository at this point in the history
…evelopment.
  • Loading branch information
badlogic committed Jul 14, 2023
1 parent 15b61f3 commit 5308ddb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spine-godot/build/pack-template.sh
@@ -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

0 comments on commit 5308ddb

Please sign in to comment.