2 2.12 Package the App
github-actions[bot] edited this page 2026-07-30 11:32:53 +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

  • Configuration files: Edit electron-builder.yaml for shared packaging options. Platform-specific overrides live under build/, including the electron-builder.mas*.yaml files for Mac App Store builds.
  • CLI: Use the electron-builder CLI for one-off builds (e.g. different architectures or formats).