-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
License addition doesn't work on macOS Big Sur #62
Comments
What is your npm version? Did you try updating npm and electron-builder to the latest version? Seems like an issue with electron-builder. |
My I believe the problem is in this piece of code: Line 67 in cbabf27
There's no |
There's a solution in https://stackoverflow.com/a/64836269/64949 |
Fellow @create-dmg devs have recently added create-dmg/create-dmg@f75cc03 to solve the same issue. |
The DMG creation broke and is documented here: sindresorhus/create-dmg#62. I switched to `create-dmg` for generating the images instead.
For a working fix, albeit maybe short-term: #66 |
As I understand, alternate solution is to disable license addition in this project and use separate executable to add license from here: https://github.com/argv-minus-one/dmg-license |
Version: 5.3.0
When I'm trying to add
license.txt
it fails with the following message:It seems to be a known issue and here's how it's fixed in
electron-builder
.The text was updated successfully, but these errors were encountered: