From: Mario Date: Sun, 18 Aug 2019 07:00:13 +0000 (+1000) Subject: Undo the inclusion of WGL binaries in the release script X-Git-Tag: xonotic-v0.8.5~133^2~3 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=524db2b01ad2fb35b64741be812eecab3e8979dc;ds=sidebyside Undo the inclusion of WGL binaries in the release script --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 0b30a9bd..104b8ccb 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -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 ;;