]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Undo the inclusion of WGL binaries in the release script
authorMario <mario@smbclan.net>
Sun, 18 Aug 2019 07:00:13 +0000 (17:00 +1000)
committerMario <mario@smbclan.net>
Sun, 18 Aug 2019 07:00:13 +0000 (17:00 +1000)
misc/tools/all/release.subr

index 0b30a9bdc55fdc646d8860766abf82716425686e..104b8ccb77da222a3e801813199f7a1d94a940da 100644 (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
                ;;