1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-09-19 12:06:01 +08:00

[build test]

This commit is contained in:
MetaCubeX
2022-03-16 17:29:09 +08:00
parent 1034780e8e
commit 0f2123179a
6 changed files with 19 additions and 14 deletions

View File

@ -74,7 +74,7 @@ func main() {
}
if geodataMode || executor.GetGeneral().GeodataMode {
config.GeodataMode = true
C.GeodataMode = true
}
if err := config.Init(C.Path.HomeDir()); err != nil {