forge/packages/maker/flatpak
VerteDinde 81160c598e
v7.3.0
2024-02-21 09:55:47 -08:00
..
src feat!: change electron-packager to @electron/packager (#3408) 2023-11-15 14:52:47 -08:00
test feat(make): allow async maker configs (#3248) 2023-06-15 14:15:44 -07:00
README.md docs: fix InternalOptions links in API docs (#3083) 2022-11-17 10:02:08 -08:00
package.json v7.3.0 2024-02-21 09:55:47 -08:00

README.md

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']
    }
  }
}