update github updater

This commit is contained in:
Luke Pulverenti
2016-01-03 14:01:05 -05:00
parent ed66d1a80c
commit 1b50cd00ec
4 changed files with 36 additions and 36 deletions

View File

@@ -82,7 +82,7 @@ namespace MediaBrowser.Server.Mono
var nativeApp = new NativeApp(options);
_appHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "MBServer.Mono", nativeApp);
_appHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "emby.mono.zip", nativeApp);
if (options.ContainsOption("-v"))
{