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

Invalid Bundle Identifier Electron Helper (GPU, Plugin, and Renderer) Mac App Store #4151

Closed
DimitarNestorov opened this issue Aug 12, 2019 · 3 comments · Fixed by #4154
Closed

Comments

@DimitarNestorov
Copy link

  • Version: 21.2.0
  • Target: macOS App Store
  • Electron Version: 6.0.1

Couldn't find a duplicate of my issue which I feel is odd. Can anyone confirm Electron 6+ on the App Store using electron-builder?

image

Pretty sure the problem is the brackets, I believe the uppercase letters isn't.

@gaodeng
Copy link
Contributor

gaodeng commented Aug 12, 2019

related #4104

@gaodeng
Copy link
Contributor

gaodeng commented Aug 13, 2019

workaround - change node_modules/app-builder-lib/out/electron/electronMac.js line 178
to

helper.CFBundleIdentifier = `${helperBundleIdentifier}.${postfix.replace(/[^a-z0-9]/gim,"")}`;

@dangeredwolf
Copy link
Contributor

I had the same issue, thankfully @gaodeng's solution seems to have worked.

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

Successfully merging a pull request may close this issue.

3 participants