From 449cdf5bd8145db92970548796bed579d2979fef Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sun, 1 Oct 2017 16:58:32 -0700 Subject: [PATCH] Document FHS compliance of the created Debian package Mentions the discussion in #46. Fixes #56. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 39047d9..e020027 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,16 @@ Default: [`resources/desktop.ejs`](https://github.com/unindented/electron-instal The absolute path to a custom template for the generated [FreeDesktop.org desktop entry](http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html) file. +### Installed Package + +The package installs the Electron application into `/usr/lib`, since there are +architecture-specific files in the package. There was a [discussion in the issue +tracker](https://github.com/unindented/electron-installer-debian/issues/46) about the +installation directory. + +In versions of `electron-installer-debian` prior to 0.5.0, the app was (incorrectly) installed in +`/usr/share`. + ## Meta * Code: `git clone git://github.com/unindented/electron-installer-debian.git`