-
Notifications
You must be signed in to change notification settings - Fork 302
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
macOS build crashes if product_string
is not nwjs
#705
Comments
Part 1 of this issue is because the directory name is incorrectly being set to This prevents the actual app content from being included in the final package. There is a secondary issue, where the various metadata modification steps are breaking the await fs.rename(`${outDir}/nwjs.app`, `${outDir}/${pkg.name}.app`); |
I did some digging with respect to renaming the helpers. Chrome hardcoded the helper app paths which we can see in nw22. As of nw71, a |
product_string
is not nwjs
product_string
is not nwjs
product_string
is not nwjs
@rogerwang any insight on renaming helper apps? I asked on the mailing list but haven't seen any responses. |
Tracking in upstream nwjs/nw.js#7253 |
Yikes, this ticket should not have been closed! The issue is not fixed... In the latest MacOS builds (0.79.1) I'm still seeing the app crash if |
It’s a bug with NW.js, not nw-builder. The issue for tracking is linked above. |
Issue Type
Current/Missing Behaviour
When attempting to use "osx" as the platform and building in macOS Ventura, the build fails. As shown below, no errors are reported but the resulting directory and ZIP file are missing application content.
Expected/Proposed Behaviour
Additional Info
The text was updated successfully, but these errors were encountered: