X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fall%2Frelease.subr;fp=misc%2Ftools%2Fall%2Frelease.subr;h=cb6ec82620e764311eadf16dbd28adca94f19a6e;hb=5287e8a508c708ec750aff1e1ab00e5abe41bbb7;hp=3fcbb63e2338acdb9fc2c72965869b72e5807782;hpb=6909a1d4eba0c4e60a898054e89cbb218cec6003;p=xonotic%2Fxonotic.git diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 3fcbb63e..cb6ec826 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -212,11 +212,7 @@ case "$cmd" in verbose wget -O "$binary" "http://beta.xonotic.org/autobuild-bin/$rev/$dpname" [ -s "$binary" ] || rm -f "$binary" [ -f "$binary" ] - # 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" "$binary" - ;; Xonotic/*osx*|Xonotic/*linux*) chmod +x "$binary" ;;