From 9100bb8613faba24f33d163dc49065d65590c431 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 8 Jan 2015 17:47:43 +0100 Subject: [PATCH] x64 is the new default. Let x86 get the odd name instead then. --- misc/tools/all/release.subr | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 2b469903..3fcbb63e 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -225,17 +225,17 @@ case "$cmd" in release-engine-win32) release_common good=true - verbose "$SELF" release-getbinary Xonotic/xonotic.exe || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-wgl.exe || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-dedicated.exe || good=false + verbose "$SELF" release-getbinary Xonotic/xonotic-x86.exe || good=false + verbose "$SELF" release-getbinary Xonotic/xonotic-x86-wgl.exe || good=false + verbose "$SELF" release-getbinary Xonotic/xonotic-x86-dedicated.exe || good=false $good ;; release-engine-win64) release_common good=true - verbose "$SELF" release-getbinary Xonotic/xonotic-x64.exe || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-x64-wgl.exe || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-x64-dedicated.exe || good=false + verbose "$SELF" release-getbinary Xonotic/xonotic.exe || good=false + verbose "$SELF" release-getbinary Xonotic/xonotic-wgl.exe || good=false + verbose "$SELF" release-getbinary Xonotic/xonotic-dedicated.exe || good=false $good ;; release-engine-osx) -- 2.39.2