Skip to content

Commit

Permalink
Update Update-OpenSSL.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
gtworek authored Nov 10, 2023
1 parent 5fb3bc4 commit d366987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc/Update-OpenSSL.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $filesToUpdate = @("libcrypto-3-x64.dll", "libssl-3-x64.dll", "libcrypto-3.dll",
$DebugPreference = "Continue"

Write-Debug ("Searching for files. It will take some time...")
allFiles = Get-ChildItem -Include $filesToUpdate -Path c:\ -Recurse -File -Force -ErrorAction SilentlyContinue
$allFiles = Get-ChildItem -Include $filesToUpdate -Path c:\ -Recurse -File -Force -ErrorAction SilentlyContinue
$newFiles = Get-ChildItem -Include $filesToUpdate -Path $sourceDir -Recurse -File -Force -ErrorAction SilentlyContinue

foreach ($newFile in $newFiles)
Expand Down

0 comments on commit d366987

Please sign in to comment.