mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-14 13:15:35 -04:00
Small additions to flatpak-builder(1) (#63)
Document that app-id is the same as id, and fix a case of suffixed<>suffix confusion.
This commit is contained in:
committed by
Alexander Larsson
parent
5e2be3cb10
commit
4d8445fbb7
@@ -107,7 +107,7 @@
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>id</option> (string)</term>
|
||||
<term><option>id</option> or <option>app-id</option> (string)</term>
|
||||
<listitem><para>A string defining the application id.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@@ -219,7 +219,7 @@
|
||||
<listitem><para>This string will be prefixed to the Name key in the main application desktop file.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>desktop-file-name-suffixed</option> (string)</term>
|
||||
<term><option>desktop-file-name-suffix</option> (string)</term>
|
||||
<listitem><para>This string will be suffixed to the Name key in the main application desktop file.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
Reference in New Issue
Block a user