From: Rudolf Polzer Date: Thu, 28 Aug 2014 11:16:19 +0000 (+0200) Subject: FIx the icon changing. X-Git-Tag: xonotic-v0.8.0~24 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=3fc01417ed56f28df9546cd44f6e3575a81a1be2;hp=8764700ddad76c495a6eacfc80438d277fbf4273 FIx the icon changing. --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 559e026a..ffb6f584 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -212,7 +212,7 @@ case "$cmd" in # TODO eventually do the rebranding on travis too. case "$binary" in Xonotic/xonotic*.exe) - verbose "$d0/misc/tools/change-icon-of-exe.sh" "$d0/misc/logos/icons_ico/xonotic.ico" "${f##*:}" + verbose "$d0/misc/tools/change-icon-of-exe.sh" "$d0/misc/logos/icons_ico/xonotic.ico" "$binary" ;; esac ;;