From: Mario Date: Mon, 19 Aug 2019 10:09:30 +0000 (+1000) Subject: Don't add the Xonotic icon to the dedicated server Windows binaries, this will help... X-Git-Tag: xonotic-v0.8.5~130^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=33e3b90bcf5d1acefbcc259bfecfaf52a4ececc7;p=xonotic%2Fxonotic.git Don't add the Xonotic icon to the dedicated server Windows binaries, this will help reduce the confusion where players launch the wrong executable and are unable to play --- diff --git a/misc/tools/rebrand-darkplaces-engine.sh b/misc/tools/rebrand-darkplaces-engine.sh index 0e911bb3..802a7793 100755 --- a/misc/tools/rebrand-darkplaces-engine.sh +++ b/misc/tools/rebrand-darkplaces-engine.sh @@ -56,7 +56,13 @@ for EXECUTABLE in "$@"; do esac ;; *PE*) - uses_ico=true + case "$EXECUTABLE" in + *-dedicated) + ;; + *) + uses_ico=true + ;; + esac ;; esac