mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
fixed service path issue.
This commit is contained in:
parent
bdadb66fcb
commit
1becb100df
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue