From c0809737fd132878b8efa8e458571d0faf3d17d3 Mon Sep 17 00:00:00 2001 From: Feenix <25067102+NayamAmarshe@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:54:03 +0530 Subject: [PATCH] Added desktop file --- org.upscayl.Upscayl.desktop | 9 +++++++++ package.json | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 org.upscayl.Upscayl.desktop diff --git a/org.upscayl.Upscayl.desktop b/org.upscayl.Upscayl.desktop new file mode 100644 index 0000000..e5a94a8 --- /dev/null +++ b/org.upscayl.Upscayl.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +X-Desktop-File-Install-Version=0.26 +Exec=upscayl-run %U +Icon=org.upscayl.Upscayl +Comment=Upscale Images with AI +Name=Upscayl +StartupNotify=false +Categories=ImageProcessing;RasterGraphics;Graphics; +Type=Application diff --git a/package.json b/package.json index d74e753..5a65b16 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,10 @@ "filter": [ "**/*" ] + }, + { + "from": "org.upscayl.Upscayl.desktop", + "to": "org.upscayl.Upscayl.desktop" } ], "mac": {