[Chore]升级项目依赖

[Chore]隐藏TUN模式在system堆栈启动时弹窗
This commit is contained in:
Meta
2022-03-28 19:48:32 +08:00
parent 012e044c54
commit 07fda93111
7 changed files with 54 additions and 10 deletions

11
common/cmd/cmd_other.go Normal file
View File

@ -0,0 +1,11 @@
//go:build !windows
package cmd
import (
"os/exec"
)
func prepareBackgroundCommand(cmd *exec.Cmd) {
}