-
-
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
Error "Unable to find helper app" when "productName" and "exectuableName" set to different names #6962
Comments
Looks like that code is deep in electron source code, I'm not sure what electron-builder can do for this issue other than not allow |
Hello, is there any workaround for this issue? I would like to rename the execute from "A very very very long product name" to "shortname". Thank you. |
Also running into the same issue, this is causing a fatal crash on all macOS versions for end users... See my last comment here: electron/electron#34253 (comment) for how to reproduce. |
I created an example project to help understanding the problem I met, please run the following command to build a macOS bundle from my example project:
This project sets "productName" to "My App" and "executableName" to "MyAppForMac", it creates a macOS bundle named "MyAppForMac.app", but it can't be launched, see:
If I remove "executableName" from electron-builder settings, it will create a macOS bundle named "My App.app" and won't crash. My question is, is it possible to set both fields with different values?
The text was updated successfully, but these errors were encountered: