mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 13:27:56 +02:00
Jackett.Updater: Make compatible with both legacy & .NET Core
This commit is contained in:
@@ -18,5 +18,8 @@ namespace Jackett.Updater
|
||||
|
||||
[Option("KillPids", HelpText = "PIDs which will be killed before (Windows) or after (Unix) the update")]
|
||||
public string KillPids { get; set; }
|
||||
|
||||
[Option("StartTray", HelpText = "Indicates that the updater should start the tray icon")]
|
||||
public bool StartTray { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user