Files
Ant-Browser/backend/internal/proxy/sysproc_others.go
Ant Browser Release Bot f2cc3654a5 release: 1.0.0 snapshot (ea3b0e5)
channel: release
version: 1.0.0
source-ref: master
published-at-utc: 2026-03-13T13:17:53Z
2026-03-13 21:17:53 +08:00

11 lines
148 B
Go

//go:build !windows
// +build !windows
package proxy
import "os/exec"
func hideWindow(cmd *exec.Cmd) {
// do nothing on non-windows platforms
}