From 33e3b90bcf5d1acefbcc259bfecfaf52a4ececc7 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 19 Aug 2019 20:09:30 +1000 Subject: [PATCH] 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 --- misc/tools/rebrand-darkplaces-engine.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2