parallax7d wrote:For mac at least it doesn't seem to need the t.identity variable set in conf.lua, but i'm leaving it in just in case other platforms use it.
I think you mean t.release
You can also run in fused mode by writing this in your terminal
The t.release flag in [wiki]love.conf[/wiki] was removed / made irrelevant in LÖVE 0.9.0 (which this thread predates), FWIW.
If you don't specify your own identity name via t.identity or [wiki]love.filesystem.setIdentity[/wiki], then LÖVE will automatically set one based on the .love's (or executable's) file name.