1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

fixed service path issue.

This commit is contained in:
kay.one 2012-02-27 22:20:18 -08:00
parent bdadb66fcb
commit 1becb100df

View File

@ -28,8 +28,7 @@ public static bool IsProduction
if (lowerProcessName.Contains("jetbrain")) return false;
if (lowerProcessName.Contains("resharper")) return false;
if (instance.ApplicationPath.ToLower().Contains("_rawpackage")) return false;
if (instance.StartUpPath.ToLower().Contains("_rawpackage")) return false;
return true;
}