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
Other
The package's InstallerUrl is incorrect, causing clients to download an HTML file and treat it as an EXE. The SHA256 will also need to be updated.
current:
correct:
PowerShell
Get-UrlContent 'https://www.asio4all.org/downloads_11/ASIO4ALL_2_15_English.exe'
<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"/> <script>var _ez_ab_test = 'mod203'</script> [truncated to first two lines]
Winget attempts to download an EXE, but the URL redirects to a webpage.
content-type
application/x-msdos-program
<details> Windows Package Manager v1.6.3482 Copyright (c) Microsoft Corporation. All rights reserved. Windows: Windows.Desktop v10.0.22621.3007 System Architecture: X64 Package: Microsoft.DesktopAppInstaller v1.21.3482.0 Winget Directories ----------------------------------------------------------------------------------------------------------------------- Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag… User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett… Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links Portable Links Directory (Machine) C:\Program Files\WinGet\Links Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages Portable Package Root C:\Program Files\WinGet\Packages Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages Installer Downloads %USERPROFILE%\Downloads Links --------------------------------------------------------------------------- Privacy Statement https://aka.ms/winget-privacy License Agreement https://aka.ms/winget-license Third Party Notices https://aka.ms/winget-3rdPartyNotice Homepage https://aka.ms/winget Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale Admin Setting State -------------------------------------------------- LocalManifestFiles Disabled BypassCertificatePinningForMicrosoftStore Disabled InstallerHashOverride Disabled LocalArchiveMalwareScanOverride Disabled </details>
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
The package's InstallerUrl is incorrect, causing clients to download an HTML file and treat it as an EXE.
The SHA256 will also need to be updated.
current:
correct:
Steps to reproduce
PowerShell
output
Actual behavior
Winget attempts to download an EXE, but the URL redirects to a webpage.
Expected behavior
content-type
is notapplication/x-msdos-program
.Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: