]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Don't add the Xonotic icon to the dedicated server Windows binaries, this will help... 56/head
authorMario <mario@smbclan.net>
Mon, 19 Aug 2019 10:09:30 +0000 (20:09 +1000)
committerMario <mario@smbclan.net>
Mon, 19 Aug 2019 10:09:30 +0000 (20:09 +1000)
misc/tools/rebrand-darkplaces-engine.sh

index 0e911bb37ecf750b2f0160e9d8c0faf854827bc4..802a77938969b441fbdb01afcb8f4f705d82bc08 100755 (executable)
@@ -56,7 +56,13 @@ for EXECUTABLE in "$@"; do
                        esac
                        ;;
                *PE*)
-                       uses_ico=true
+                       case "$EXECUTABLE" in
+                               *-dedicated)
+                                       ;;
+                               *)
+                                       uses_ico=true
+                                       ;;
+                       esac
                        ;;
        esac