Browse Source

The core folder is all lowercase letters

pull/5940/head
2dust 4 weeks ago
parent
commit
06ddedbc4c
  1. 2
      v2rayN/ServiceLib/Common/Utils.cs

2
v2rayN/ServiceLib/Common/Utils.cs

@ -720,7 +720,7 @@ namespace ServiceLib.Common
}
if (coreType != null)
{
tempPath = Path.Combine(tempPath, coreType.ToString());
tempPath = Path.Combine(tempPath, coreType.ToLower().ToString());
if (!Directory.Exists(tempPath))
{
Directory.CreateDirectory(tempPath);

Loading…
Cancel
Save