Rename winget-notify.ps1 to Winget-Notify.ps1
parent
32f0b0310f
commit
a493f902c5
|
@ -20,4 +20,4 @@ $LauncherID = "Windows.SystemToast.Winget.Notification"
|
|||
#Prepare and Create Toast
|
||||
$ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXML)
|
||||
$ToastMessage.Tag = $NotifConf.toast.tag
|
||||
[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($LauncherID).Show($ToastMessage)
|
||||
[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($LauncherID).Show($ToastMessage)
|
Loading…
Reference in New Issue