X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Frebrand-darkplaces-engine.sh;h=c6d59ead1322136d3cd10e9f551c825e90db816e;hb=4070b8c0e5d5ddfdafed4ea392d20689e359e263;hp=0e911bb37ecf750b2f0160e9d8c0faf854827bc4;hpb=51daeceaacad0e2df6baef09f48d56d825d43dfc;p=xonotic%2Fxonotic.git diff --git a/misc/tools/rebrand-darkplaces-engine.sh b/misc/tools/rebrand-darkplaces-engine.sh index 0e911bb3..c6d59ead 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.exe) + ;; + *) + uses_ico=true + ;; + esac ;; esac