diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml
index 865b2c3..8d7e033 100644
--- a/.github/workflows/mega-linter.yml
+++ b/.github/workflows/mega-linter.yml
@@ -44,7 +44,7 @@ jobs:
id: ml
# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.github.io/flavors/
- uses: oxsecurity/megalinter@c217fe8f7bc9207062a084e989bd97efd56e7b9a # v8.0.0
+ uses: oxsecurity/megalinter@b38cdf1f0cbe056fad4112cb7cd99c2b574c9617 # v8.1.0
env:
# All available variables are described in documentation
# https://megalinter.github.io/configuration/
diff --git a/README.md b/README.md
index 1cb0f4d..4ba78c9 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,6 @@ Just download latest release [WAU.msi](https://github.com/Romanitho/Winget-AutoU
![2](https://github.com/user-attachments/assets/46913e03-8604-43f5-8bca-129d1e714e45)
-
-
## Configurations
### Keep some apps out of Winget-AutoUpdate
- #### BlockList
@@ -31,6 +29,9 @@ You can update only pre-selected apps. To do so, create an "included_apps.txt" w
> The lists can contain Wildcard (*). For instance ```Mozilla.Firefox*``` will take care of all Firefox channels.
+List and Mods folder content will be copied to WAU install location:
+![image](https://github.com/user-attachments/assets/f0ec4047-d66c-4277-a39c-763fd7516ad8)
+
### Notification Level
You can choose which notification will be displayed: `Full`, `Success only` or `None`.
@@ -157,7 +158,7 @@ Default value 1. Set `UPDATESATLOGON=0` to disable WAU from running at user logo
Default value Never. Specify the update frequency: Daily, BiDaily, Weekly, BiWeekly, Monthly or Never.
**UPDATESATTIME**
-Default value 6AM. Specify the time of the update interval execution time.
+Default value 6AM (06:00:00). Specify the time of the update interval execution time. Example `UPDATESATTIME="11:00:00"`
**DONOTRUNONMETERED**
Default value 1. Set `DONOTRUNONMETERED=0` to force WAU to run on metered connections. May add cellular data costs on shared connexion from smartphone for example.
diff --git a/Sources/Winget-AutoUpdate/Winget-Notify.ps1 b/Sources/Winget-AutoUpdate/WAU-Notify.ps1
similarity index 100%
rename from Sources/Winget-AutoUpdate/Winget-Notify.ps1
rename to Sources/Winget-AutoUpdate/WAU-Notify.ps1
diff --git a/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1 b/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1
index bd58c66..ae749a0 100644
--- a/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1
+++ b/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1
@@ -92,7 +92,7 @@ function Install-WingetAutoUpdate {
Register-ScheduledTask -TaskName 'Winget-AutoUpdate-UserContext' -TaskPath 'WAU' -InputObject $task -Force | Out-Null
# Settings for the scheduled task for Notifications
- $taskAction = New-ScheduledTaskAction -Execute "conhost.exe" -Argument "--headless powershell.exe -NoProfile -ExecutionPolicy Bypass -File winget-notify.ps1" -WorkingDirectory $InstallPath
+ $taskAction = New-ScheduledTaskAction -Execute "conhost.exe" -Argument "--headless powershell.exe -NoProfile -ExecutionPolicy Bypass -File WAU-Notify.ps1" -WorkingDirectory $InstallPath
$taskUserPrincipal = New-ScheduledTaskPrincipal -GroupId S-1-5-11
$taskSettings = New-ScheduledTaskSettingsSet -Compatibility Win8 -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries -ExecutionTimeLimit 00:05:00
# Set up the task, and register it
diff --git a/Sources/Wix/build.wxs b/Sources/Wix/build.wxs
index 47e7f63..7af57ae 100644
--- a/Sources/Wix/build.wxs
+++ b/Sources/Wix/build.wxs
@@ -80,7 +80,7 @@
-
+
@@ -251,13 +251,13 @@
-
-
+
+
-
-
+
+