fixed identity and build config

This commit is contained in:
Paul Liverman III
2016-05-04 13:49:40 -07:00
parent 46f48d9628
commit aa6e02f151
2 changed files with 3 additions and 2 deletions

View File

@@ -38,8 +38,8 @@ win64exe="$win64Dir/love-$loveVersion-win64/love.exe"
# (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="GameIcon.icns"
osxBundleIcon="Love.icns" osxBundleIcon="OS X AppIcon.icns"
# Remove old packages? # Remove old packages?
removeOld=true removeOld=true

View File

@@ -1,5 +1,6 @@
function love.conf(t) function love.conf(t)
t.title = "FADE" t.title = "FADE"
t.identity = "FADE"
--t.console = true --tmp --t.console = true --tmp
--local w, h = love.window.getDesktopDimensions() --local w, h = love.window.getDesktopDimensions()