Paired video mode encrypts movies, uses runner-only lock hints, bundles README plus artifacts per title, and supports batch forging with progress.
8 lines
91 B
Go
8 lines
91 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
import "os/exec"
|
|
|
|
func applyHiddenStart(_ *exec.Cmd) {}
|