Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 777 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 777 Bytes

Flathub Desktop

Unofficial Desktop Client for Flathub

Bildschirmfoto vom 2022-02-04 17-04-28

How to build and run:

  • You need flutter, gtk, curl, python3 and pip3 (and git) installed on linux
    • Ubuntu based systems: sudo apt install snapd python3 python3-pip curl git && sudo snap install flutter
  • pip3 install flask flask_cors importlib-metadata waitress
  • git clone https://github.com/Jean28518/flathub-desktop.git
  • cd flathub-desktop
  • mkdir deploy/frontend
  • cd flutter
  • flutter config --enable-linux-desktop
  • flutter build linux
  • cd ..
  • cp -r flutter/build/linux/x64/release/bundle/* deploy/frontend/
  • ./deploy/flathub_manager