1 2.12 Package the App
github-actions[bot] edited this page 2026-02-20 20:14:22 +00:00

Package the App

How to build distributable packages (Electron) for Super Productivity.

Prerequisites

Build Packages

npm run dist

This uses electron-builder and produces installers for the current platform (and others if configured).

Customize Platforms and Options

  • package.json: Edit the build property to add or remove platforms and options.
  • CLI: Use the electron-builder CLI for one-off builds (e.g. different architectures or formats).