Skip to content
New issue

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

[Bug]: Incorrect Architecture #1036

Open
1 task done
UnownPlain opened this issue Jan 23, 2025 · 1 comment
Open
1 task done

[Bug]: Incorrect Architecture #1036

UnownPlain opened this issue Jan 23, 2025 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@UnownPlain
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

komac update Zen-Team.Zen-Browser --version 1.7.2b --urls https://github.com/zen-browser/desktop/releases/download/1.7.2b/zen.installer.exe https://github.com/zen-browser/desktop/releases/download/1.7.2b/zen.installer-arm64.exe

x64 installer is incorrectly detected as a x86 installer. (microsoft/winget-pkgs#212709 (review))

Installers:
- Architecture: x86
  InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.7.2b/zen.installer.exe
  InstallerSha256: CCE695B0B94240951C236B7F2ADC6F6A874682857E802340A4B6729A3D725257
- Architecture: arm64
  InstallerUrl: https://github.com/zen-browser/desktop/releases/download/1.7.2b/zen.installer-arm64.exe
  InstallerSha256: 5F68A9A856E7471E086CCFE1F36313AFF83DCEBF1FD3483E2A6CA41DF24F2F86
@UnownPlain UnownPlain added bug Something isn't working help wanted Extra attention is needed labels Jan 23, 2025
@russellbanks
Copy link
Owner

Thanks for the report - this is a 7zip self extracting installer which is something I intend to implement analysis for but may take time as I'll likely have to read the source code of 7zip itself to understand how it unpacks it.

The reason it's identified at the moment as x86 is because it's defined as x86 in the PE header but this would be the architecture of the installer, not the resulting app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants