ReForged
    Preparing search index...

    Module @reforged/maker-appimage

    @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.

    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"
    }
    }
    }

    Classes

    MakerAppImage

    Interfaces

    MakerAppImageConfig
    MakerAppImageConfigOptions
    MakerMeta

    Type Aliases

    ForgeArch

    References

    default → MakerAppImage