We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When opening the Electron app on newer Macs, users will get this error:
The reason for the error is documented here: electron-userland/electron-builder#8191
Temporary workaround
Disable gatekeeper for the app with the following command:
xattr -c /applications/actual.app
Solution We need to sign the app
Related #3259
Desktop App (Electron)
Mac OSX
The text was updated successfully, but these errors were encountered:
Will be fixed in the next release.
Working artifact: https://github.com/MikesGlitch/actual/actions/runs/10496563766
Sorry, something went wrong.
No branches or pull requests
Verified issue does not already exist?
What happened?
When opening the Electron app on newer Macs, users will get this error:
The reason for the error is documented here:
electron-userland/electron-builder#8191
Temporary workaround
Disable gatekeeper for the app with the following command:
Solution
We need to sign the app
Related
#3259
Where are you hosting Actual?
Desktop App (Electron)
What browsers are you seeing the problem on?
Desktop App (Electron)
Operating System
Mac OSX
The text was updated successfully, but these errors were encountered: