Skip to content

Commit

Permalink
GitBook: [v6] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored and gitbook-bot committed May 23, 2020
1 parent 204f8db commit 2aa0f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/makers/flatpak.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Flatpak

The Flatpak target builds [`.flatpak` files](http://flatpak.org/), which is a packaging format for Linux distributions that allows for sandboxed installation of applications in isolation from the rest of their system. Unlike typical deb or RPM installation methods which are not sandboxed.
The Flatpak target builds [`.flatpak` files](http://flatpak.org/), which is a packaging format for Linux distributions that allows for sandboxed installation of applications in isolation from the rest of their system. In contrast, typical deb or RPM installation methods are not sandboxed.

You can only build the Flatpak target if you have `flatpak` and `flatpak-builder` installed on your 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 [`MakerFlatpakConfig`](https://js.electronforge.io/maker/flatpak/interfaces/makerflatpakconfig.html).

Expand Down

0 comments on commit 2aa0f59

Please sign in to comment.