diff options
author | bjarni <bjarni@openttd.org> | 2005-01-22 23:55:45 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-01-22 23:55:45 +0000 |
commit | c7502c6eb3d1f158a1eec27a41a98c8c1c509722 (patch) | |
tree | 58d447db3d47b27de9f8cdb1d106d93408e98f3f /Makefile | |
parent | 8e7d88c85bd663e54dfa54dc713cb23263a82391 (diff) | |
download | openttd-c7502c6eb3d1f158a1eec27a41a98c8c1c509722.tar.xz |
(svn r1600) Mac: applied the new icon to the mac binary file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -740,7 +740,7 @@ $(OSX): $(TTD) @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" || \ |