aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorOystein Eftevaag2010-07-09 01:08:15 +0000
committerOystein Eftevaag2010-07-09 01:08:15 +0000
commit916a0f9cbfa4d133c3e459726d4f4285e177f1fc (patch)
tree7267da8b0661a0a779e88961ab4b5d0120070206 /ports.mk
parent7e05d6e62bd8e887ccea2302ad191a775150ccf8 (diff)
downloadscummvm-rg350-916a0f9cbfa4d133c3e459726d4f4285e177f1fc.tar.gz
scummvm-rg350-916a0f9cbfa4d133c3e459726d4f4285e177f1fc.tar.bz2
scummvm-rg350-916a0f9cbfa4d133c3e459726d4f4285e177f1fc.zip
Added iPad icon
svn-id: r50752
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports.mk b/ports.mk
index a7ad8febfe..0a7f6c4d92 100644
--- a/ports.mk
+++ b/ports.mk
@@ -65,8 +65,9 @@ endif
ldid -S scummvm
chmod 755 scummvm
cp scummvm $(bundle_name)/ScummVM
- cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/icon.png
- cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/Default.png
+ cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/
+ cp $(srcdir)/dists/iphone/icon-72.png $(bundle_name)/
+ cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/
# Location of static libs for the iPhone
ifneq ($(BACKEND), iphone)