From 933535a62b8740ce426ae806c75ec17632fdac3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:29:04 +0000 Subject: [PATCH 1/6] Bump oxsecurity/megalinter from 8.0.0 to 8.1.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/c217fe8f7bc9207062a084e989bd97efd56e7b9a...b38cdf1f0cbe056fad4112cb7cd99c2b574c9617) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ From ef317690d23285e3231dc3910699a4c5689b3955 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:25:26 +0200 Subject: [PATCH 2/6] Fixes default time value --- Sources/Wix/build.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Wix/build.wxs b/Sources/Wix/build.wxs index 47e7f63..1119abd 100644 --- a/Sources/Wix/build.wxs +++ b/Sources/Wix/build.wxs @@ -80,7 +80,7 @@ - + From f582bd7c75ff492fa69af6afa27bdb9793c52f8c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:15:43 +0200 Subject: [PATCH 3/6] UPDATESATTIME example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54b6e9c..bccf89f 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,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. From f4d8afd3cc27205a421bd86fc61ef39d5842a985 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:06:14 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54b6e9c..b523ee7 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`. From 69bccba61582d5e84c302b1651d72bc13f167e5e Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:17:56 +0200 Subject: [PATCH 5/6] x64 --- Sources/Wix/build.wxs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/Wix/build.wxs b/Sources/Wix/build.wxs index 1119abd..7af57ae 100644 --- a/Sources/Wix/build.wxs +++ b/Sources/Wix/build.wxs @@ -251,13 +251,13 @@ - - + + - - + + From 0c89c9a851251d96097768ca26978c149185bdd6 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:51:19 +0200 Subject: [PATCH 6/6] Rename Winget-Notify to WAU-Notify --- Sources/Winget-AutoUpdate/{Winget-Notify.ps1 => WAU-Notify.ps1} | 0 Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Sources/Winget-AutoUpdate/{Winget-Notify.ps1 => WAU-Notify.ps1} (100%) 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