-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I was looking at these lines and realized that the current code will not fetch a newer version of MacNotify/PSNotifySend if one exists.
We should change this to:
(Get-Module -ListAvailable MacNotify).Version -gt x.x.xwhere x.x.x is the minimum version required to use this module.
Today, we're ok, but for -SoundFile we'll have to take this into account because I added it in later to PSNotifySend
Metadata
Metadata
Assignees
Labels
No labels