Module @electron-forge/maker-flatpak

maker-flatpak

@electron-forge/maker-flatpak .flatpak files, which is a packaging format for Linux distributions that allows for sandboxed installation of applications in isolation from the rest of their system.

You can only build the Flatpak target if you have flatpak, flatpak-builder, and eu-strip (usually part of the elfutils package) installed on your system.

Configuration options are documented in MakerFlatpakOptionsConfig.

{
name: '@electron-forge/maker-flatpak',
config: {
options: {
categories: ['Video'],
mimeType: ['video/h264']
}
}
}

References

Classes

Interfaces

Functions

References

Renames and re-exports MakerFlatpak