Don't check for the 32 bit binaries at the end of the build all script, and fix the name of the server executables.

This commit is contained in:
Relintai 2022-03-25 20:52:56 +01:00
parent 9ae9ba0041
commit 4b2f580fda

View File

@ -164,19 +164,19 @@ files=(
"pandemonium.x11.opt.64"
"pandemonium.x11.opt.debug.64"
"pandemonium.x11.opt.32"
"pandemonium.x11.opt.debug.32"
#"pandemonium.x11.opt.32"
#"pandemonium.x11.opt.debug.32"
"pandemonium.x11.opt.tools.64"
"pandemonium.x11.opt.tools.32"
#"pandemonium.x11.opt.tools.32"
# Server (Linux) - template
"pandemonium_server.opt.64"
"pandemonium_server.opt.debug.64"
"pandemonium_server.x11.opt.64"
"pandemonium_server.x11.opt.debug.64"
# Headless (Linux) - editor
"pandemonium_server.opt.tools.64"
"pandemonium_server.x11.opt.tools.64"
# JS
"pandemonium.javascript.opt.zip"