mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fixed running love files with relative paths from the command line in OS X
This commit is contained in:
@@ -306,7 +306,7 @@ static void CustomApplicationMain (int argc, char **argv)
|
||||
int status;
|
||||
|
||||
/* Set the working directory to the .app's Resources folder */
|
||||
[self setupWorkingDirectory:YES];
|
||||
[self setupWorkingDirectory:gCalledAppMainline];
|
||||
|
||||
#if SDL_USE_NIB_FILE
|
||||
/* Set the main menu to contain the real app name instead of "SDL App" */
|
||||
|
||||
Reference in New Issue
Block a user