mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 18:23:45 +00:00
update github updater
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user