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
OS X support is planned, but lower priority than getting a reasonable working experience in Linux.
The text was updated successfully, but these errors were encountered:
MacOS releases that can auto update require code signing which means paying Apple $100/year so this is on hold till just before v1.0.
Sorry, something went wrong.
If you want to run a local build in the meantime, the process is simple:
npm install npm run build && npm run pack -- --mac
You'll now have a .dmg in the dist/ folder. Currently the app name is Notes.app which conflicts with the OS X provided application.
.dmg
dist/
No branches or pull requests
OS X support is planned, but lower priority than getting a reasonable working experience in Linux.
The text was updated successfully, but these errors were encountered: