update mac project

This commit is contained in:
Luke
2016-01-22 13:31:57 -05:00
parent 6d31d60fe1
commit eca02c7360
2 changed files with 19 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ namespace MediaBrowser.Server.Mac
var nativeApp = new NativeApp();
AppHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "MBServer.Mono", nativeApp);
AppHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "Emby.Server.Mac.pkg", nativeApp);
if (options.ContainsOption("-v")) {
Console.WriteLine (AppHost.ApplicationVersion.ToString());