Skip to content

Commit 06ddedb

Browse files
committed
The core folder is all lowercase letters
1 parent fa148cd commit 06ddedb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2rayN/ServiceLib/Common/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ public static string GetBinPath(string filename, string? coreType = null)
720720
}
721721
if (coreType != null)
722722
{
723-
tempPath = Path.Combine(tempPath, coreType.ToString());
723+
tempPath = Path.Combine(tempPath, coreType.ToLower().ToString());
724724
if (!Directory.Exists(tempPath))
725725
{
726726
Directory.CreateDirectory(tempPath);

0 commit comments

Comments
 (0)