mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-19 12:40:57 +00:00
Undo the inclusion of WGL binaries in the release script
This commit is contained in:
parent
08624593ea
commit
524db2b01a
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user