update Xray Core on Windows
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ func GetLogFolder() string {
|
|||||||
return logFolderPath
|
return logFolderPath
|
||||||
}
|
}
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
return getBaseDir()
|
return filepath.Join(".", "log")
|
||||||
}
|
}
|
||||||
return "/var/log"
|
return "/var/log"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user