Overview of @crabnebula/packager
main@crabnebula/packager is an executable packager, bundler, and updater. It provides a CLI and a library to generate installers or app bundles for executables.
Supported Formats:
- macOS: DMG (
.dmg), Bundle (.app) - Linux: Debian package (
.deb), AppImage (.AppImage), Pacman (.tar.gzandPKGBUILD) - Windows: NSIS (
.exe), MSI using WiX Toolset (.msi)
It also supports addons like an updater and a resource resolver.