fixed identity and build config
This commit is contained in:
@@ -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
|
||||
|
@@ -1,5 +1,6 @@
|
||||
function love.conf(t)
|
||||
t.title = "FADE"
|
||||
t.identity = "FADE"
|
||||
--t.console = true --tmp
|
||||
|
||||
--local w, h = love.window.getDesktopDimensions()
|
||||
|
Reference in New Issue
Block a user