Skip to content

Linux builds missing from update manifest (updates.openlogi.org) — in-app updater can never detect updates on Linux #1233

Description

@Addonis-13

OpenLogi version
0.8.3

Operating system
Linux (Ubuntu, installed via .deb from GitHub Releases)

Description
check_for_updates / auto_install_updates are enabled by default, but the app never finds updates on Linux. Root cause: the updater queries https://updates.openlogi.org/channels/stable/latest.json for update checks.

Fetching that manifest directly shows it only lists "macos" and "windows" asset entries — no "linux" entry at all — even though the matching GitHub Release (v0.8.3) does publish a linux .deb (openlogi-v0.8.3-linux-amd64.deb).

So the in-app updater can never detect or install updates on Linux, regardless of local config, because the release pipeline apparently doesn't push Linux build metadata into the update channel manifest, only to GitHub Releases.

Steps to reproduce

  1. Install OpenLogi via the Linux .deb
  2. Leave check_for_updates/auto_install_updates on (default)
  3. Fetch updates.openlogi.org/channels/stable/latest.json and compare its asset list to the GitHub Releases page for the same version

Expected
Linux builds included in the update manifest so the built-in updater actually works on Linux.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: updaterAuto-update functionalityplatform: linuxLinux-specific issuetype: bugSomething is broken or behaves incorrectly

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions