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
gh
On windows gh.tab you can see that both gh_*_windows_386.msi and gh_*_windows_amd64.msi has ARCH=amd64.
gh_*_windows_386.msi
gh_*_windows_amd64.msi
ARCH=amd64
It's expected that *_386.* marked as x86.
*_386.*
x86
webi-installers/_webi/normalize.js
Line 60 in 9766022
/(\b|_|amd|(dar)?win(dows)?|mac(os)?|linux|osx|x)(86|32|386)([_\-]?bit)?(\b|_)/i
The text was updated successfully, but these errors were encountered:
Fixes webinstallGH-941
da5c96d
Thanks for the report and the fix. I'll update this tomorrow morning.
Sorry, something went wrong.
No branches or pull requests
Description
On windows gh.tab you can see that both
gh_*_windows_386.msi
andgh_*_windows_amd64.msi
hasARCH=amd64
.Expected
It's expected that
*_386.*
marked asx86
.Proposal
webi-installers/_webi/normalize.js
Line 60 in 9766022
Here regexp should be changed to:
/(\b|_|amd|(dar)?win(dows)?|mac(os)?|linux|osx|x)(86|32|386)([_\-]?bit)?(\b|_)/i
.The text was updated successfully, but these errors were encountered: