Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@reforged/maker-appimage

SpacingBat315.7kISC5.0.0TypeScript support: included

An AppImage maker implementation for the Electron Forge.

electron, electron-forge, maker, reforged, packaging, appimage

readme

@reforged/maker-appimage

A simple, asynchronous AppImage maker for the Electron Forge. Basically reimplementation of appimagetool in TypeScript, but using system-wide mksquashfs and written natively for the Forge API. It also has some potential to support packaging AppImage-alternative formats as well (right now, custom runtimes are supported only). A part of the Reforged project.

Usage:

Please refer to Electron Forge documentation if you don't know about general Electron Forge configuration.

Configuration options for this maker are documented in MakerAppImageConfig.

{
  name: "@reforged/maker-appimage"
  config: {
    options: {
      categories: ["Network"],
      icon: "path/to/icon.svg"
    }
  }
}