We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The returned URLs for TotalCommander are incorrect. The URI returned by the module is https://totalcommander.ch/win/tcmd111x64.exe, but it should be https://totalcommander.ch/win/tcmd1101x64.exe. If I understood #423 correctly, the minor version in the DNS record should always be interpreted as two digits, so the leading zero is missing when creating the URI.
2309.850
Windows PowerShell
Windows Server 2016+
$wc = New-Object net.webclient $wc.DownloadFile("https://totalcommander.ch/win/tcmd111x64.exe","C:\temp\TotalCommander.exe") Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found." At line:1 char:1 + $wc.DownloadFile("https://totalcommander.ch/win/tcmd111x64.exe","C:\t ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : WebException
The text was updated successfully, but these errors were encountered:
Update Get-GhislerTotalCommander.ps1
3251b9b
Fix version number string when Minor value is less than 10 #552
No branches or pull requests
What happened?
The returned URLs for TotalCommander are incorrect. The URI returned by the module is https://totalcommander.ch/win/tcmd111x64.exe, but it should be https://totalcommander.ch/win/tcmd1101x64.exe.
If I understood #423 correctly, the minor version in the DNS record should always be interpreted as two digits, so the leading zero is missing when creating the URI.
Version
2309.850
What PowerShell edition/s are you running Evergreen on?
Windows PowerShell
Which operating system/s are you running Evergreen on?
Windows Server 2016+
Have you reviewed the documentation?
Verbose output
The text was updated successfully, but these errors were encountered: