mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Merge branch 'master' of https://github.com/Jackett/Jackett
This commit is contained in:
commit
0983540493
1 changed files with 0 additions and 6 deletions
|
@ -100,12 +100,6 @@ namespace Jackett.Common.Services
|
|||
variant = variants.GetVariant();
|
||||
logger.Info("Jackett variant: " + variant.ToString());
|
||||
|
||||
if (DotNetCoreUtil.IsRunningOnDotNetCore && variant != Variants.JackettVariant.CoreMacOs)
|
||||
{
|
||||
logger.Info($"Skipping update check as running Jackett on .NET Core is still in preview. Updates must be performed manually at this time.");
|
||||
return;
|
||||
}
|
||||
|
||||
forceupdatecheck = true;
|
||||
|
||||
var isWindows = System.Environment.OSVersion.Platform != PlatformID.Unix;
|
||||
|
|
Loading…
Reference in a new issue