Tweaked fix for #161 to prevent other detection issues
This commit is contained in:
@@ -278,7 +278,7 @@ Public Class mgrProcessDetection
|
|||||||
'This needs to be wrapped due to issues with Mono.
|
'This needs to be wrapped due to issues with Mono.
|
||||||
Try
|
Try
|
||||||
'Some processes may return the ProcessName as a full path instead of the executable name.
|
'Some processes may return the ProcessName as a full path instead of the executable name.
|
||||||
sProcessCheck = Path.GetFileNameWithoutExtension(prsCurrent.ProcessName)
|
sProcessCheck = Path.GetFileName(prsCurrent.ProcessName)
|
||||||
|
|
||||||
'Unix Handler
|
'Unix Handler
|
||||||
'We need some special handling for Wine processes
|
'We need some special handling for Wine processes
|
||||||
|
|||||||
Reference in New Issue
Block a user