Skip to content

integrate auto-updater for desktop app releases

Choose a tag to compare

@jkjitendra jkjitendra released this 08 May 18:17
ecae6b5
  • integrate electron-updater and electron-log in the desktop app for automatic updates via GitHub Releases
  • create appUpdater.ts to check for updates in packaged builds, download them in the background, and prompt users to restart upon completion
  • update electron-builder.yml configuration to publish release metadata to the codebundle GitHub repository
  • update the GitHub Actions release workflow to include latest*.yml and .blockmap files in the release artifacts for updater discovery
  • add diagnostic file listing and remove .blockmap artifacts from linux release upload