mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-27 20:36:30 -04:00
Define socketPath for interactive clients
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build windows && !interactive
|
||||
|
||||
package daemon
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
var socketPath = `\\.\pipe\` + filepath.Base(binPath) + `-rcwd` // store Windows named pipe path
|
||||
Reference in New Issue
Block a user