temporary fix: @consumer need resolution

This commit is contained in:
Hiddify
2024-01-26 02:18:21 +01:00
parent 2bb999ae21
commit 0d11680691
4 changed files with 7 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ func build(path string, optionsPath string) error {
if optionsPath != "" {
optionsPath = filepath.Join(workingDir, optionsPath)
}
os.Chdir(workingDir)
}
options, err := readConfigAt(path)
if err != nil {