Undo the inclusion of WGL binaries in the release script

This commit is contained in:
Mario 2019-08-18 17:00:13 +10:00
parent 08624593ea
commit 524db2b01a

View File

@ -221,7 +221,6 @@ case "$cmd" in
release_common
good=true
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
;;
@ -229,7 +228,6 @@ case "$cmd" in
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
$good
;;