release: Drop flatpak releases.

- Too much effort required to maintain the manifest file.
- Still have appimage and docker, which are both much easier to
  keep working.
This commit is contained in:
Andrew Hamilton 2021-09-15 22:09:15 +10:00
parent a963dd7377
commit e76d0bd03d
6 changed files with 0 additions and 2955 deletions

View file

@ -31,20 +31,6 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
# python3.9 -m pip install .
# eris -h
### Flatpak
# flatpak install org.freedesktop.Sdk/x86_64/20.08 # Install the required runtime
# Download flatpak bundle file from github releases page:
https://github.com/ahamilton/eris/releases
# flatpak install eris-2020-09-24.flatpak # Install the downloaded bundle
# flatpak run --filesystem=host com.github.ahamilton.eris -h
There is a wrapper script available to make running easier:
# git clone https://github.com/ahamilton/eris
# cp eris/eris-flatpak ~/bin/eris # e.g. Put wrapper script in your PATH
# eris -h
### Docker
# git clone https://github.com/ahamilton/eris