mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[godot] Closes #2136, chmod a+x Linux binaries.
This commit is contained in:
parent
316c114855
commit
57b985a382
@ -114,8 +114,10 @@ elif [ "$platform" = "linux" ]; then
|
|||||||
# generates linux_x11_64_release, linux_x11_64_debug
|
# generates linux_x11_64_release, linux_x11_64_debug
|
||||||
scons platform=x11 tools=no target=release bits=64 custom_modules="../spine_godot" --jobs=$cpus
|
scons platform=x11 tools=no target=release bits=64 custom_modules="../spine_godot" --jobs=$cpus
|
||||||
scons platform=x11 tools=no target=release_debug bits=64 custom_modules="../spine_godot" --jobs=$cpus
|
scons platform=x11 tools=no target=release_debug bits=64 custom_modules="../spine_godot" --jobs=$cpus
|
||||||
strip bin/godot.x11.opt.64
|
strip bin/godot.x11.opt.64
|
||||||
strip bin/godot.x11.opt.debug.64
|
strip bin/godot.x11.opt.debug.64
|
||||||
|
chmod a+x bin/godot.x11.opt.64
|
||||||
|
chmod a+x bin/godot.x11.opt.debug.64
|
||||||
cp bin/godot.x11.opt.64 bin/linux_x11_64_release
|
cp bin/godot.x11.opt.64 bin/linux_x11_64_release
|
||||||
cp bin/godot.x11.opt.debug.64 bin/linux_x11_64_debug
|
cp bin/godot.x11.opt.debug.64 bin/linux_x11_64_debug
|
||||||
else
|
else
|
||||||
|
|||||||
@ -63,6 +63,7 @@ else
|
|||||||
scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus
|
scons $target compiledb=yes custom_modules="../spine_godot" --jobs=$cpus
|
||||||
if [ -f "bin/godot.x11.opt.tools.64" ]; then
|
if [ -f "bin/godot.x11.opt.tools.64" ]; then
|
||||||
strip bin/godot.x11.opt.tools.64
|
strip bin/godot.x11.opt.tools.64
|
||||||
|
chmod a+x bin/godot.x11.opt.tools.64
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user