ApplicationPath is actuall app path in mono.

This commit is contained in:
kay.one 2013-02-16 15:19:09 -08:00
commit 6c289f4482
11 changed files with 39 additions and 72 deletions

View file

@ -36,11 +36,6 @@ namespace NzbDrone.Common
}
}
public static bool IsMono
{
get { return Type.GetType("Mono.Runtime") != null; }
}
public static bool IsDebug
{
get