mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix icon-url not correctly appended to generated Surge configs
This commit is contained in:
parent
82f3467e9c
commit
8e042ae6f1
@ -1051,7 +1051,7 @@ std::string proxyToSurge(std::vector<Proxy> &nodes, const std::string &base_conf
|
||||
{
|
||||
std::string content = trim(vArray[vArray.size() - 1]);
|
||||
if(content.find("icon-url") == 0)
|
||||
group += content;
|
||||
group += "," + content;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user