Ver código fonte

[godot] GH action.

Mario Zechner 3 anos atrás
pai
commit
879596c8f8
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      spine-godot/build/build.sh

+ 3 - 1
spine-godot/build/build.sh

@@ -61,7 +61,9 @@ else
 		target="$target vsproj=yes livepp=$LIVEPP"
 	fi
 	scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus	
-	strip bin/godot.x11.opt.tools.64	
+	if [ -f "bin/godot.x11.opt.tools.64" ]; then
+		strip bin/godot.x11.opt.tools.64
+	fi
 fi
 popd