Skip to content

[bug] in-app updater fails — tauri.conf.json endpoints still point to appergb/openless #859

Description

@easonlao

Description

After the repository was transferred from appergb/openless to Open-Less/openless, the in-app updater configuration was not updated. The plugins.updater.endpoints in src-tauri/tauri.conf.json still points to github.com/appergb/openless, which returns 404.

Steps to Reproduce

  1. Install OpenLess v1.3.15-Beta.1 (or any recent version)
  2. Go to Settings → About → Check for Updates
  3. Updater fails — the request goes to https://github.com/appergb/openless/releases/latest/download/... which no longer exists

Expected Behavior

Updater should check https://github.com/Open-Less/openless/releases/latest/download/...

Actual Behavior

Updater checks the old appergb/openless URL and fails with 404.

Evidence

  • main branch (tauri.conf.json): endpoints still use appergb/openless
  • beta branch (tauri.conf.json): endpoints correctly use Open-Less/openless
  • v1.3.15-Beta.1 release: the shipped binary still has appergb/openless in its config

Suggested Fix

Update plugins.updater.endpoints in src-tauri/tauri.conf.json on the main branch to:

"endpoints": [
  "https://github.com/Open-Less/openless/releases/latest/download/latest-{{target}}-{{arch}}.json",
  "https://fastgit.cc/https://github.com/Open-Less/openless/releases/latest/download/latest-{{target}}-{{arch}}-mirror.json"
]

Related Issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions