fix: bug in padding

This commit is contained in:
Hiddify
2024-01-29 14:21:42 +01:00
parent 19f984f78a
commit c1fe4171cc
6 changed files with 28 additions and 19 deletions

View File

@@ -80,6 +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)
} else {
os.Stdout.WriteString(config)
}