-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
New helper apps on macOS in Electron v6 #4104
Comments
Related: electron/electron#19510 |
Any timeline on this? |
For reference, this is where the new helpers need to be added: electron-builder/packages/app-builder-lib/src/electron/electronMac.ts Lines 44 to 50 in b83f580
|
guys, any timeline? thx! |
@Kilian I did this changes, also added to |
@caesar I did it working right now, my mistake was that I haven't included |
@btzsoft can you share the code snippet? |
@btzsoft @steverandy Or submit a PR? ;) |
PR #4111 |
Thanks! 21.2.0 released. |
@develar @Evoks
|
@gaodeng I suspect you should open a new issue for this. But for what it's worth, the issue you're seeing is caused by these lines: electron-builder/packages/app-builder-lib/src/electron/electronMac.ts Lines 102 to 117 in ebbd9f7
As you can see, the This function will need refactoring to avoid this. Actually the whole of this file is pretty ugly… I started work a while back on refactoring the whole thing but I didn't have time to finish, and won't have time for at least several months more. |
Still an issue for me with 21.2.0. |
1 similar comment
Still an issue for me with 21.2.0. |
Happens to me too. (I know posting a comment doesn't help, but since the thread is locked I wanted to bring some extra attention.) |
Updating electron-builder to 21.2.0 and adding electron-packager did resolve this for me. |
Version: 🤷♂
Target: macOS
This is just a heads up that
electron@6
will include two new "Helper.app" applications as a result of a Chromium change and builder needs to be updated to support those two new helpers.Refs: electron/electron#19500 (comment)
electron-packager
commit to handle the new files --> electron/packager@8d407e7The text was updated successfully, but these errors were encountered: