From b33b27e71b873c5d16ae1df22c51614a9789c12d Mon Sep 17 00:00:00 2001 From: badlogic Date: Thu, 30 Jun 2022 16:07:56 +0200 Subject: [PATCH] [godot] More CI build script work. --- spine-godot/build/build-templates.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spine-godot/build/build-templates.sh b/spine-godot/build/build-templates.sh index aff1d0488..47b0128d4 100755 --- a/spine-godot/build/build-templates.sh +++ b/spine-godot/build/build-templates.sh @@ -31,6 +31,8 @@ if [ "$platform" = "windows" ]; then #generates windows_64_debug.exe and windows_64_release.exe scons platform=windows tools=no target=release custom_modules="../spine_godot" -j8 scons platform=windows tools=no target=release_debug custom_modules="../spine_godot" -j8 + cp bin/godot.windows.opt.64.exe bin/windows_64_release.exe + cp bin/godot.windows.opt.debug.64.exe bin/windows_64_debug.exe elif [ "$platform" = "macos" ]; then # --- macOS ---