Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
/ maker-appimage Public archive

AppImage maker implementation for Electron Forge based on ReForged

License

ISC, Unknown licenses found

Licenses found

ISC
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

duelsplus/maker-appimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@duelsplus/maker-appimage

This is a fork of @reforged/maker-appimage based on v5.1.0 and is independently maintained.

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: "@duelsplus/maker-appimage"
  config: {
    options: {
      categories: ["Network"],
      icon: "path/to/icon.svg"
    }
  }
}

About

AppImage maker implementation for Electron Forge based on ReForged

Resources

License

ISC, Unknown licenses found

Licenses found

ISC
LICENSE
Unknown
COPYING

Stars

Watchers

Forks