diff --git a/comp/README.md b/comp/README.md index 4b0edefd9b395..bbb2b04e33c4a 100644 --- a/comp/README.md +++ b/comp/README.md @@ -51,7 +51,7 @@ supported Datadog intakes. *Datadog Team*: windows-agent -Package systray implements the "systray" bundle for the Datadog Agent Manager tray application. +Package systray implements the Datadog Agent Manager System Tray ### [comp/systray/systray](https://pkg.go.dev/github.com/DataDog/dd-agent-comp-experiments/comp/systray/systray) diff --git a/comp/systray/bundle.go b/comp/systray/bundle.go new file mode 100644 index 0000000000000..64ad9d8fb9b24 --- /dev/null +++ b/comp/systray/bundle.go @@ -0,0 +1,11 @@ +// Unless explicitly stated otherwise all files in this repository are licensed +// under the Apache License Version 2.0. +// This product includes software developed at Datadog (https://www.datadoghq.com/). +// Copyright 2016-present Datadog, Inc. +//go:build windows +// +build windows + +// Package systray implements the Datadog Agent Manager System Tray +package systray + +// team: windows-agent