]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
x64 is the new default. Let x86 get the odd name instead then.
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 8 Jan 2015 16:47:43 +0000 (17:47 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 8 Jan 2015 16:47:43 +0000 (17:47 +0100)
misc/tools/all/release.subr

index 2b4699038731698ce3bb3a90bc92df5eae977883..3fcbb63e2338acdb9fc2c72965869b72e5807782 100644 (file)
@@ -225,17 +225,17 @@ case "$cmd" in
        release-engine-win32)
                release_common
                good=true
        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
                $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)
                $good
                ;;
        release-engine-osx)