Skip to content

Files

Latest commit

 

History

History

appimage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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