mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-04-20 00:36:37 +02:00
04947b4d87
While at it, also implementing self-delete function for Windows.
8 lines
108 B
Go
8 lines
108 B
Go
//go:build !windows
|
|
|
|
package cli
|
|
|
|
var supportedSelfDelete = true
|
|
|
|
func selfDeleteExe() error { return nil }
|