mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-13 18:35:49 +00:00
x64 is the new default. Let x86 get the odd name instead then.
This commit is contained in:
parent
252fd92817
commit
9100bb8613
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user