update mac project

This commit is contained in:
Luke Pulverenti
2016-02-01 22:14:35 -05:00
parent a9eba7099b
commit bb26e05e1e
3 changed files with 509 additions and 38 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());