diff --git a/Winget-AutoUpdate/user-run.ps1 b/Winget-AutoUpdate/User-Run.ps1 similarity index 100% rename from Winget-AutoUpdate/user-run.ps1 rename to Winget-AutoUpdate/User-Run.ps1 diff --git a/Winget-AutoUpdate/winget-notify.ps1 b/Winget-AutoUpdate/Winget-Notify.ps1 similarity index 95% rename from Winget-AutoUpdate/winget-notify.ps1 rename to Winget-AutoUpdate/Winget-Notify.ps1 index 0688be6..e2288e8 100644 --- a/Winget-AutoUpdate/winget-notify.ps1 +++ b/Winget-AutoUpdate/Winget-Notify.ps1 @@ -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) \ No newline at end of file +[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($LauncherID).Show($ToastMessage) diff --git a/Winget-AutoUpdate/winget-upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 similarity index 100% rename from Winget-AutoUpdate/winget-upgrade.ps1 rename to Winget-AutoUpdate/Winget-Upgrade.ps1