Skip to content

Commit

Permalink
fix(docs): Update link for "Desktop File" (#6532)
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoVanilla authored Jan 8, 2022
1 parent f7b3869 commit cd79c53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/khaki-peas-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

fix(docs): Update link for "Desktop File"
2 changes: 1 addition & 1 deletion docs/generated/appimage-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li><code id="AppImageOptions-description">description</code> String | “undefined” - As <a href="/configuration/configuration#Metadata-description">description</a> from application package.json, but allows you to specify different for Linux.</li>
<li><code id="AppImageOptions-category">category</code> String | “undefined” - The <a href="https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry">application category</a>.</li>
<li><code id="AppImageOptions-mimeTypes">mimeTypes</code> Array&lt;String&gt; | “undefined” - The mime types in addition to specified in the file associations. Use it if you don’t want to register a new mime type, but reuse existing.</li>
<li><code id="AppImageOptions-desktop">desktop</code> any | “undefined” - The <a href="https://developer.gnome.org/integration-guide/stable/desktop-files.html.en">Desktop file</a> entries (name to value).</li>
<li><code id="AppImageOptions-desktop">desktop</code> any | “undefined” - The <a href="https://developer-old.gnome.org/integration-guide/stable/desktop-files.html.en">Desktop file</a> entries (name to value).</li>
<li><code id="AppImageOptions-executableArgs">executableArgs</code> Array&lt;String&gt; | “undefined” - The executable parameters. Pass to executableName</li>
</ul>
<p>Inherited from <code>TargetSpecificOptions</code>:</p>
Expand Down

0 comments on commit cd79c53

Please sign in to comment.