quadratic
quadratic copied to clipboard
Add auto-updating capabilities to the electron app
Works as follows:
npm run electron:build will create a macOS executable build on your local machine.
npm run electron:publish will create a draft release to your github repo.
Pre-reqs:
You will need Xcode and an apple developer certificate to code sign the application if you are building for Mac.
Once the app's new version is published on Github releases, the auto-updater should automatically download the update and prompt the user to restart. The new version will install upon restarting the app.
This pull request is automatically being deployed by Amplify Hosting (learn more).
Access this pull request here: https://pr-213.de5w5iglj13on.amplifyapp.com
deprioritized