Hide console on windows
The companion does no longer show a terminal window pop up
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build !windows
|
||||
|
||||
package main
|
||||
|
||||
import "os/exec"
|
||||
|
||||
// Allows running commands without showing a terminal window on startup when not running on windows
|
||||
func hideConsole(*exec.Cmd) {}
|
||||
Reference in New Issue
Block a user