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": {