Skip to content

release: add electron-builder configuration for distributables #65

@ubugeeei

Description

@ubugeeei

Problem

`npm run build` produces `dist/`, `dist-render/`, `dist-electron/` and `bin//`, but no `.dmg` / `.exe` / `.AppImage`. Real users can't install FrameScript without a packaging pipeline.

Expected

  • Add electron-builder (or electron-forge) configuration.
  • Generate per-platform installers with the bundled Rust binaries and ffmpeg notices.
  • Ship a `npm run dist` script that produces signed/unsigned artifacts locally.

Acceptance

  • Local `npm run dist` produces a runnable artifact on the host platform.
  • Docs (`docs/docs/production.md`) document the new flow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions