Fix: external-ui should relative with clash HomeDir

This commit is contained in:
Dreamacro 2020-06-18 21:33:57 +08:00
parent 60bad66bc3
commit 18bb285a90

View file

@ -36,7 +36,7 @@ type Traffic struct {
}
func SetUIPath(path string) {
uiPath = path
uiPath = C.Path.Resolve(path)
}
func Start(addr string, secret string) {