small fix in comments on build-config.sh

This commit is contained in:
Paul Liverman III 2016-05-04 13:12:10 -07:00
parent 0905c4d6b1
commit c6d388329f

View File

@ -35,7 +35,7 @@ win32exe="$win32Dir/love-$loveVersion-win32/love.exe"
win64exe="$win64Dir/love-$loveVersion-win64/love.exe" win64exe="$win64Dir/love-$loveVersion-win64/love.exe"
# Mac icns files for package icon # 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.) # I don't think both are needed, but I am not very familiar with the Mac system.)
osxIconsDirectory="$osx10Dir/love.app/Contents/Resources" osxIconsDirectory="$osx10Dir/love.app/Contents/Resources"
osxFileIcon="LoveDocument.icns" osxFileIcon="LoveDocument.icns"