diff --git a/GBM/Managers/mgrProcessDetection.vb b/GBM/Managers/mgrProcessDetection.vb index bd0512e..3f88344 100644 --- a/GBM/Managers/mgrProcessDetection.vb +++ b/GBM/Managers/mgrProcessDetection.vb @@ -278,7 +278,7 @@ Public Class mgrProcessDetection 'This needs to be wrapped due to issues with Mono. Try '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 'We need some special handling for Wine processes