update mac project

This commit is contained in:
Luke Pulverenti
2016-02-01 14:17:35 -05:00
parent 2b82f0ac51
commit bd1bde4f13
2 changed files with 20 additions and 8 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());