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

Arch is wrong in artifact name on Linux deb x64 target #8197

Closed
m-mohamedin opened this issue May 3, 2024 · 2 comments
Closed

Arch is wrong in artifact name on Linux deb x64 target #8197

m-mohamedin opened this issue May 3, 2024 · 2 comments

Comments

@m-mohamedin
Copy link

  • Electron-Builder Version: 24.9.1
  • Node Version: 20
  • Electron Version:28.1.0
  • Electron Type (current, beta, nightly): current
  • Target: Linux (Debian)

We use the following configuration (the important part shown)

{
   "artifactName": "${productName}-${arch}-${version}.${ext}",
   "linux": {	
      "target": [
      { "target": "deb", "arch": [
          "x64",
          "arm64"
        ]
      }
    ],
  }
}

But, in recent builds we get the artifactName arch as amd64 instead of x64 as before (and as other targets and systems do)

@mmaietta
Copy link
Collaborator

What version was this previously working on? I can try git diff-ing when time allows me to return to this project

@m-mohamedin
Copy link
Author

I'm sorry, I forwarded the issue as is but I found out this was the name since 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants