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

Electron AutoUpdates #296

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open

Electron AutoUpdates #296

wants to merge 17 commits into from

Conversation

JatinBumbra
Copy link
Contributor

@JatinBumbra JatinBumbra commented Jun 14, 2022

The Feature

This PR adds the ability to our app to auto update itself by downloading the latest releases from GitHub automatically and update itself without requiring the user to manually install new version.

How to Test

The update feature works only on Windows currently.

  1. Clone the branch: git checkout -b feature/auto-updates origin/feature/auto-updates
  2. Run npm install to install added dependencies
  3. Run rm -rf out/ .webpack to remove the webpack cache and previous builds
  4. Run npm run make
  5. Test the newly created binary

@JatinBumbra JatinBumbra requested a review from amherag June 14, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants