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

productName in the electron builder is not applied. #8165

Open
Tuditi opened this issue Apr 4, 2024 · 0 comments
Open

productName in the electron builder is not applied. #8165

Tuditi opened this issue Apr 4, 2024 · 0 comments

Comments

@Tuditi
Copy link

Tuditi commented Apr 4, 2024

  • Electron-Builder Version: 24.13.3
  • Node Version: 18.16.0
  • Electron Version: 28.2.7
  • Electron Type (current, beta, nightly): current
  • Target: Linux

Specifying the productName in the Configuration file doesn't have any impact. productName specified in the package.json is used.
(ref: https://www.electron.build/configuration/configuration#configuration)

Electron builder config:

When logging through the build step we get the following name:
Bloom - Alpha

However, when the app opens we see the productName that was specified in package.json.

image

We have a script that solves this issue in the CI by replacing the productName in the package.json before the app is built. It would be good if the documentation would be updated accordingly or if the issue would be fixed in general for future development.

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

1 participant