From a1a41d0b9659ed7f7c310293e916a150534f32e5 Mon Sep 17 00:00:00 2001 From: Fox Date: Wed, 4 May 2016 13:59:53 -0700 Subject: [PATCH] fix #3 compatibility with 0.10.1 OS X --- build-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-config.sh b/build-config.sh index c7a6853..ea92b9a 100644 --- a/build-config.sh +++ b/build-config.sh @@ -38,8 +38,8 @@ win64exe="$win64Dir/love-$loveVersion-win64/love.exe" # (It's best to just specify the same file for both? # I don't think both are needed, but I am not very familiar with the Mac system.) osxIconsDirectory="$osx10Dir/love.app/Contents/Resources" -osxFileIcon="LoveDocument.icns" -osxBundleIcon="Love.icns" +osxFileIcon="GameIcon.icns" +osxBundleIcon="OS X AppIcon.icns" # Remove old packages? removeOld=true