From eb513d3f68e5d24517685610d2db1f74aedef4d5 Mon Sep 17 00:00:00 2001
From: Resham Joshi <65915470+iamtoruk@users.noreply.github.com>
Date: Fri, 17 Jul 2026 12:53:58 -0700
Subject: [PATCH] desktop: ship .deb and .rpm for Linux, surface all download
targets (#729)
The AppImage-only Linux build hit users with a no-application-installed
error on double-click, because AppImages do not self-register and need
chmod plus libfuse2 on newer distros. Add deb and rpm electron-builder
targets so Linux users get a native install that lands in the app menu
with no manual steps; the deb ships a .desktop entry for exactly that.
README hero grid now lists Debian/.deb, Fedora/.rpm, and AppImage
alongside the macOS and Windows buttons, and the desktop release notes
explain the deb/rpm path plus the AppImage FUSE requirement.
---
README.md | 4 +++-
app/package.json | 16 +++++++++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f169267..ee71e3b 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,10 @@

-
+
+
+