gui-for-ffmpeg/helper/prepare_background_command.go

13 lines
129 B
Go

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