go-toast

Send toast notifications in Windows
Log | Files | Refs | README | LICENSE

commit fc617a95143bf5e18485b76490516b03b1da8c23
parent 6327a248eff77b497723a84682896f8862e16845
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Wed, 22 Mar 2023 14:24:38 +0800

toast: explain extra flag that WinRT passes on activation

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
Mtoast.go | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/toast.go b/toast.go @@ -96,7 +96,8 @@ type Notification struct { Duration toastDuration // This is an absolute path to an executable that will launched by the - // Windows Runtime when the COM server is not running. + // Windows Runtime when the COM server is not running. This executable must be able + // to handle the -Embedding flag that Windows invokes it with. ActivationExe string }