Skip to content
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

create-dmg fails on Apple Silicon Macs #12

Closed
philc opened this issue Apr 9, 2024 · 1 comment
Closed

create-dmg fails on Apple Silicon Macs #12

philc opened this issue Apr 9, 2024 · 1 comment

Comments

@philc
Copy link

philc commented Apr 9, 2024

Running on an Apple Silicon Mac fails with this message:

...
Done fixing permissions.
Blessing started
bless: The 'openfolder' is not supported on Apple Silicon devices.

This can be fixed by removing the -openfolder argument to bless in create-dmg.

You must then run go generate ./... to regenerate the embedded create-dmg script.

This is the same issue as mitchellh/gon#64. See more context in this commit of another gon fork.

Note that gon is using a vendored version of create-dmg from 2019, which has since deprecated the "-bless" flag.

Related issue on a NodeJS tool for creating dmg files.

@cfabianski
Copy link
Contributor

It should be resolved now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants