more windows compatibility patches

This commit is contained in:
partisan 2025-01-07 00:05:56 +01:00
parent b281505f29
commit 921540d5a4

View file

@ -35,6 +35,8 @@ func LoadConfig() (*Config, error) {
return nil, err
}
config.SFKeyPath = filepath.FromSlash(config.SFKeyPath)
return config, nil
}