github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/cmd/state-svc/autostart/autostart_windows.go (about)

     1  package autostart
     2  
     3  import "github.com/ActiveState/cli/internal/constants"
     4  
     5  func init() {
     6  	Options.IconFileSource = constants.IconFileSource
     7  }