diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-10 22:12:37 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-10 22:12:37 +0300 |
| commit | 82ddd106277420ff80093e6f014cf36c6c57a17b (patch) | |
| tree | 4d2bd002c3102a6c4e3e2b799226022f93452e17 /config | |
| parent | 2401c99817f1bafe42c3e90d2574198bbb33c9cf (diff) | |
Fixed: update Xray Core on Windows
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 32d83055..d5fe65ff 100644 --- a/config/config.go +++ b/config/config.go @@ -95,7 +95,7 @@ func GetLogFolder() string { return logFolderPath } if runtime.GOOS == "windows" { - return getBaseDir() + return filepath.Join(".", "log") } return "/var/log" } |
