Skip to content
刘宇峰 edited this page Oct 12, 2022 · 6 revisions

We use electron-builder

to package and distribute the application. Which makes really easy doing that.

  1. Change the app version on app/package.json based on SemVer.
  2. Create a new DRAFT release with the same version of the previous step.
  3. On the next CI build it will upload the installers to this release. This allows testing the installers before release.
  4. Once the release is ready just publish it.
Clone this wiki locally