Skip to content

Commit

Permalink
Merge branch 'main' into update-download-url-b9e8ec5660894710b720bbb3…
Browse files Browse the repository at this point in the history
…fe44c616
  • Loading branch information
HotCakeX authored Nov 2, 2024
2 parents d6c3ff4 + 59a9182 commit 919b017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WDACConfig/WDACConfig Module Files/WDACConfig.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_module_manifests

RootModule = 'WDACConfig.psm1'
ModuleVersion = '0.4.8'
ModuleVersion = '0.4.8.1'
CompatiblePSEditions = @('Core')
GUID = '79920947-efb5-48c1-a567-5b02ebe74793'
Author = 'HotCakeX'
Expand Down
2 changes: 2 additions & 0 deletions WDACConfig/WDACConfig Module Files/WDACConfig.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Function Update-WDACConfigPSModule {
# If the User Config file doesn't exist then set this flag to perform online update check
[WDACConfig.Logger]::Write('No LastUpdateCheck was found in the user configurations, will perform online update check')
[System.Boolean]$PerformOnlineUpdateCheck = $true
# If it's the first time the module is running, keep the auto-update enabled, unless user disables it.
$null = [WDACConfig.UserConfiguration]::Set($null, $null, $null, $null, $null, $null, $null, $null , $null, $true)
}

# Ensure these are run only if the User Config file exists and contains a date for last update check
Expand Down

0 comments on commit 919b017

Please sign in to comment.