This commit is contained in:
Hiddify
2024-01-29 14:26:10 +01:00
parent 5c5d125809
commit 25d5b8a1c5
3 changed files with 8 additions and 8 deletions

View File

@@ -80,8 +80,8 @@ func build(path string, optionsPath string) error {
return err
}
fmt.Println("result successfully written to ", outputPath)
libbox.Setup(outputPath, workingDir, workingDir, true)
instance, err := NewService(*patchedOptions)
// libbox.Setup(outputPath, workingDir, workingDir, true)
// instance, err := NewService(*patchedOptions)
} else {
os.Stdout.WriteString(config)
}