From c6d388329f012649bd7140286989cf4ac1296e1d Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Wed, 4 May 2016 13:12:10 -0700 Subject: [PATCH] small fix in comments on build-config.sh --- build-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-config.sh b/build-config.sh index bf5fd0d..c7a6853 100644 --- a/build-config.sh +++ b/build-config.sh @@ -35,7 +35,7 @@ win32exe="$win32Dir/love-$loveVersion-win32/love.exe" win64exe="$win64Dir/love-$loveVersion-win64/love.exe" # Mac icns files for package icon -# (It's best to just specify the same file for both. +# (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"