]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/rebrand-darkplaces-engine.sh
Don't add the Xonotic icon to the dedicated server Windows binaries, this will help...
[xonotic/xonotic.git] / 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