summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-01-22 23:55:45 +0000
committerbjarni <bjarni@openttd.org>2005-01-22 23:55:45 +0000
commitc7502c6eb3d1f158a1eec27a41a98c8c1c509722 (patch)
tree58d447db3d47b27de9f8cdb1d106d93408e98f3f /Makefile
parent8e7d88c85bd663e54dfa54dc713cb23263a82391 (diff)
downloadopenttd-c7502c6eb3d1f158a1eec27a41a98c8c1c509722.tar.xz
(svn r1600) Mac: applied the new icon to the mac binary file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37100e805..9596a3efb 100644
--- a/Makefile
+++ b/Makefile
@@ -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" || \