mirror of
https://github.com/Radarr/Radarr
synced 2026-01-28 18:32:39 +01:00
Include NzbDrone.Update in mono/osx package Do not ignore certificate warnings for services Check hash before extracting update New: Update support for Linux/OS X - see the wiki for more information
8 lines
122 B
C#
8 lines
122 B
C#
namespace NzbDrone.Core.Update
|
|
{
|
|
public enum UpdateMechanism
|
|
{
|
|
BuiltIn = 0,
|
|
Script = 1
|
|
}
|
|
}
|