mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
OS X and linux can be treated separately
This commit is contained in:
@@ -173,7 +173,7 @@ namespace NzbDrone.Test.Common.AutoMoq
|
||||
{
|
||||
var assemblyName = "NzbDrone.Windows";
|
||||
|
||||
if (OsInfo.IsLinux)
|
||||
if (OsInfo.IsMono)
|
||||
{
|
||||
assemblyName = "NzbDrone.Mono";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user