# HG changeset patch # User bjarni # Date 1106438145 0 # Node ID ad7522bd5c1cf38d4c42006838f57ab6658512ef # Parent dac6a13ff91dec2004e72358458af98517618bc9 (svn r1600) Mac: applied the new icon to the mac binary file diff -r dac6a13ff91d -r ad7522bd5c1c Makefile --- a/Makefile Sat Jan 22 23:41:23 2005 +0000 +++ b/Makefile Sat Jan 22 23:55:45 2005 +0000 @@ -740,7 +740,7 @@ @mkdir -p "$(OSXAPP)"/Contents/Data @mkdir -p "$(OSXAPP)"/Contents/Lang @echo "APPL????" > "$(OSXAPP)"/Contents/PkgInfo - @cp os/macos/ttd.icns "$(OSXAPP)"/Contents/Resources/openttd.icns + @cp os/macos/openttd.icns "$(OSXAPP)"/Contents/Resources/openttd.icns @os/macos/plistgen.sh "$(OSXAPP)" "$(REV)" @cp os/macos/track_starter "$(OSXAPP)"/contents/macos @ls os/macos | grep -q "\.class" || \ diff -r dac6a13ff91d -r ad7522bd5c1c os/macos/openttd.icns Binary file os/macos/openttd.icns has changed diff -r dac6a13ff91d -r ad7522bd5c1c os/macos/ttd.icns Binary file os/macos/ttd.icns has changed