From 4b2f580fda56de21dba70863518d0f59958dcf4a Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 25 Mar 2022 20:52:56 +0100 Subject: [PATCH] Don't check for the 32 bit binaries at the end of the build all script, and fix the name of the server executables. --- misc/build-containers/podman_build_all.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/build-containers/podman_build_all.sh b/misc/build-containers/podman_build_all.sh index 6b479a505..4e246bd60 100755 --- a/misc/build-containers/podman_build_all.sh +++ b/misc/build-containers/podman_build_all.sh @@ -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"