mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
ef3777fccf
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
9 lines
122 B
C#
9 lines
122 B
C#
namespace NzbDrone.Core.Update
|
|
{
|
|
public enum UpdateMechanism
|
|
{
|
|
BuiltIn = 0,
|
|
Script = 1
|
|
}
|
|
}
|