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?
|
# (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
|
||||||
|
@@ -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()
|
||||||
|
Reference in New Issue
Block a user