X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fall%2Frelease.subr;h=104b8ccb77da222a3e801813199f7a1d94a940da;hp=0b30a9bdc55fdc646d8860766abf82716425686e;hb=524db2b01ad2fb35b64741be812eecab3e8979dc;hpb=c633ec33a859affb02a01f06b0c43e3a728b1cd2 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 ;;