From cd79c53828759cf19cd361a48ef6fd57fff0e2f1 Mon Sep 17 00:00:00 2001 From: Korbs <51213244+KorbsStudio@users.noreply.github.com> Date: Sat, 8 Jan 2022 14:12:25 -0500 Subject: [PATCH] fix(docs): Update link for "Desktop File" (#6532) --- .changeset/khaki-peas-taste.md | 5 +++++ docs/generated/appimage-options.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/khaki-peas-taste.md diff --git a/.changeset/khaki-peas-taste.md b/.changeset/khaki-peas-taste.md new file mode 100644 index 00000000000..0a7896c8fe2 --- /dev/null +++ b/.changeset/khaki-peas-taste.md @@ -0,0 +1,5 @@ +--- + +--- + +fix(docs): Update link for "Desktop File" diff --git a/docs/generated/appimage-options.md b/docs/generated/appimage-options.md index 7778ce1e16e..b082eb53258 100644 --- a/docs/generated/appimage-options.md +++ b/docs/generated/appimage-options.md @@ -7,7 +7,7 @@
  • description String | “undefined” - As description from application package.json, but allows you to specify different for Linux.
  • category String | “undefined” - The application category.
  • mimeTypes Array<String> | “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.
  • -
  • desktop any | “undefined” - The Desktop file entries (name to value).
  • +
  • desktop any | “undefined” - The Desktop file entries (name to value).
  • executableArgs Array<String> | “undefined” - The executable parameters. Pass to executableName
  • Inherited from TargetSpecificOptions: