From: Mario Date: Tue, 20 Aug 2019 03:34:53 +0000 (+1000) Subject: Include the extension when checking for the Windows dedicated binary in the icon... X-Git-Tag: xonotic-v0.8.5~128 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=bbf23c93cf6099f61a38680b3d54b47a7a349c9a Include the extension when checking for the Windows dedicated binary in the icon script --- diff --git a/misc/tools/rebrand-darkplaces-engine.sh b/misc/tools/rebrand-darkplaces-engine.sh index 802a7793..c6d59ead 100755 --- a/misc/tools/rebrand-darkplaces-engine.sh +++ b/misc/tools/rebrand-darkplaces-engine.sh @@ -57,7 +57,7 @@ for EXECUTABLE in "$@"; do ;; *PE*) case "$EXECUTABLE" in - *-dedicated) + *-dedicated.exe) ;; *) uses_ico=true