-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
[feat] macOS adding extra files to DMG #11996
Comments
I believe this pop-up also occurs when the application and its contents aren't correctly signed and notarized. Did you verify that both of these steps have been done? You can use |
@GillesPlatteeuw I don't have an Apple developer account, so I can't sign the app, so I have to fix the corruption by |
You can self-sign the app so right-click -> open works at least (add double clicking requires code signing & notarization, welcome in the world of macos app distribution. Adding additional scripts that would execute xattr (does that make double clicking possible?) wouldn't work automatically in .dmg (meaning the user has to "drag" (or double click?) the script. Anyway, the general files feature is being worked on here: #11916 |
I'm already looking forward to it! |
Describe the problem
The Generate DMG expects additional files to be added via configuration items, such as files for corrupted problem fixes.
Describe the solution you'd like
If it is possible to add a binary to the DMG that fixes the corruption issue, it would be easy to fix it after installing the app.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: