]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/release.subr
Remove usage of resedit.exe, as it no longer works anyway.
[xonotic/xonotic.git] / misc / tools / all / release.subr
index 3fcbb63e2338acdb9fc2c72965869b72e5807782..cb6ec82620e764311eadf16dbd28adca94f19a6e 100644 (file)
@@ -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"
                                ;;