//go:build !windows package update import "errors" func deployLaunch(savedPath, nextAddr string) error { return errors.New("deploy is only supported on windows") }