update Xray Core on Windows
This commit is contained in:
parent
9f15e210e8
commit
6dd9b4b07c
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user