]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Include the extension when checking for the Windows dedicated binary in the icon...
authorMario <mario@smbclan.net>
Tue, 20 Aug 2019 03:34:53 +0000 (13:34 +1000)
committerMario <mario@smbclan.net>
Tue, 20 Aug 2019 03:34:53 +0000 (13:34 +1000)
misc/tools/rebrand-darkplaces-engine.sh

index 802a77938969b441fbdb01afcb8f4f705d82bc08..c6d59ead1322136d3cd10e9f551c825e90db816e 100755 (executable)
@@ -57,7 +57,7 @@ for EXECUTABLE in "$@"; do
                        ;;
                *PE*)
                        case "$EXECUTABLE" in
                        ;;
                *PE*)
                        case "$EXECUTABLE" in
-                               *-dedicated)
+                               *-dedicated.exe)
                                        ;;
                                *)
                                        uses_ico=true
                                        ;;
                                *)
                                        uses_ico=true