//go:build !windows
package instance
func Launch(exe string, args []string) error {
return nil
}
func RestartSelf() error {