mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
4fe3b781b0
[Chore]隐藏TUN模式在system堆栈启动时弹窗
12 lines
107 B
Go
12 lines
107 B
Go
//go:build !windows
|
|
|
|
package cmd
|
|
|
|
import (
|
|
"os/exec"
|
|
)
|
|
|
|
func prepareBackgroundCommand(cmd *exec.Cmd) {
|
|
|
|
}
|