lbryio/lbry-desktop

Autoupdate support for AUR and Flatpak

Open

#1,762 创建于 2018年7月12日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)JavaScript (3,596 star) (412 fork)batch import
area: installerhelp wantedlevel: 2type: new feature

描述

The Issue

We have community maintained builds for AUR and Flatpak(https://flathub.org/apps/details/io.lbry.lbry-app) packages. The current auto update process for Linux only supports Debs and will trigger a download and install even on AUR/Flatpak builds.

This issue to do handle update notifications for AUR and Flatpak installs. The updater could simply tell the user which command to run in order to update when one is available. It should probably look at the version numbers in the respective community maintained repos.

The LBRY team is looking for a community contributor to take on this effort if they feel strongly about supporting additional Linux install processes. It may also be a possibility to work auto update into electron-builder, which only currently supports snaps.

System Configuration

Anything Else

Screenshots

Acceptance Criteria

Definition of Done

  • Tested against acceptance criteria
  • Tested against the assumptions of the user story
  • The project builds without errors
  • Unit tests are written and passing
  • Tests on devices/browsers listed in the issue have passed
  • QA performed & issues resolved
  • Refactoring completed
  • Any configuration or build changes documented
  • Documentation updated
  • Peer Code Review performed

贡献者指南