Update RouteEntity.cpp

This commit is contained in:
parhelia512 2025-10-29 00:09:32 +08:00 committed by GitHub
parent 3aa737e7eb
commit 645f7c3d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -788,7 +788,7 @@ namespace Configs {
const QString& subType = sp[0];
if (subType == "processPath" && type == simpleProcessPath)
{
const QString& address = content.section(':', 0);
const QString& address = content.section(':', 1);
if (!rule->process_path.contains(address)) rule->process_path.append(address);
return true;
} else if (subType == "processName" && type == simpleProcessName && sp.size() == 2)