mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5623] [bug]: In-app updater should be hidden for package manager installations (.deb) #2176
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CuriousCorrelation on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5623
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Platform
Desktop App
Browser
Other (specify in additional info)
Operating System
Linux
Bug Description
When using the
.debpackage installation of Hoppscotch Desktop, the in-app updater shows an "Install Update" button. When clicked, it fails.Context
Previously, the updater was designed as an atomic process (check + install), making it impossible to show notifications without installation attempts. This caused
.debinstallations to fail with "invalid updater binary format" where it'd try to install AppImage updates.What changed
The portable version implementation (https://github.com/hoppscotch/hoppscotch/pull/5421) introduced infrastructure to separate update notifications from installation, allowing notification-only mode.
Proposed solution
Apply the same notification-only update flow from portable mode to
.debinstallations, since both should avoid automatic installation (portable for enterprise control,.debfor package manager compatibility).Deployment Type
Hoppscotch Cloud
Version
25.11.0
@hookangji commented on GitHub (Nov 28, 2025):
Hi, I'd like to work on this issue.
If it's still available, could you please assign it to me?
@ngocdangrby commented on GitHub (Jan 8, 2026):
up , need updater for ubuntu