-
-
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
Cannot build app with 3.6.2+ #360
Comments
I will add debug log to investigate. |
Please try 3.13.0. Set |
Hey Vladimir, thanks for your effort. I defined productName as "MyApp" and name was "myapp". This caused to create myapp.app file, but electron-builder sent to appdmg path as "..../MyApp.app" in contents property. In the end, I've fixed this by having same productName and name props, but is this a bug? |
Yes. Will be fixed. Thanks for explanation. |
When I try to create app for Mac, it fails on 7zip. Here is the relevant part:
And here is package.json part:
On 3.6.1 or versions before that I don't have this issue and can build it normally.
Any ideas?
The text was updated successfully, but these errors were encountered: