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

Add electron auto updater #1396

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. packages: Add electron-updater

    It will be used for offering auto-updates of the Electron app.
    rafaellehmkuhl committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ea1ef7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c125a3 View commit details
    Browse the repository at this point in the history
  3. electron: Offer automatic app update

    With this new implementation, the user is informed that a new version of the applicaiton is available and can choose between downloading it or not.
    rafaellehmkuhl committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c8ef9bf View commit details
    Browse the repository at this point in the history