github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/cmd/state-svc/autostart/autostart_mac.go (about) 1 package autostart 2 3 import "github.com/ActiveState/cli/internal/constants" 4 5 func init() { 6 Options.MacLabel = "com.activestate." + constants.StateSvcCmd 7 Options.MacInteractive = false 8 Options.IconFileSource = "state-tray.icns" 9 Options.IconFileName = "icon.icns" 10 }