mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 12:32:10 +00:00
The core folder is all lowercase letters
This commit is contained in:
parent
fa148cdf42
commit
06ddedbc4c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue