mirror of
https://gitee.com/gitea/gitea
synced 2025-11-06 09:30:25 +08:00
Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
This commit is contained in:
path.Dir can't handle Windows case, must use filepath.Dir