update mono build

This commit is contained in:
Luke Pulverenti
2014-07-09 10:39:04 -04:00
parent e02bf33df3
commit 9b8c0d68ce
15 changed files with 74 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ namespace MediaBrowser.Server.Mono
#endif
// Allow this to be specified on the command line.
var customProgramDataPath = ParseCommandLine();
var customProgramDataPath = ParseProgramDataPathFromCommandLine();
var appPaths = CreateApplicationPaths(applicationPath, customProgramDataPath);
@@ -74,7 +74,7 @@ namespace MediaBrowser.Server.Mono
}
}
private static string ParseCommandLine()
private static string ParseProgramDataPathFromCommandLine()
{
var commandArgs = Environment.GetCommandLineArgs().ToList();