Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 829 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 829 Bytes

Flatpak Development

Local dependencies

  • python >= 3.9
  • flatpak-builder

Download the application

git clone https://github.com/rafatosta/zapzap.git
cd zapzap

Installing dependencies

# add flathub remote
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

# installing required packages
flatpak install --user --assumeyes flathub org.kde.Platform//6.7 org.kde.Sdk//6.7 com.riverbankcomputing.PyQt.BaseApp//6.7 

Building Single-file

Generates a unique file for installation and distribution

# Building and Running
python _packaging/flatpak/build_single_file.py

At the end, the file for installation will be in the 'export' folder with the name zapzap.flatpak. For installation:

flatpak install export/zapzap.flatpak