Files
SpotiFLAC/backend/ffmpeg_unix.go
T
429Enjoyer 0c3a7b70af v7.1.7
2026-05-20 05:56:51 +07:00

13 lines
119 B
Go

//go:build !windows
// +build !windows
package backend
import (
"os/exec"
)
func setHideWindow(cmd *exec.Cmd) {
}