update github updater

This commit is contained in:
Luke Pulverenti
2016-01-03 14:01:05 -05:00
parent 3560e61596
commit 316b7da1a3
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"))
{