Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 762 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 762 Bytes

Build instructions

Download flatpak-pip-generator curl -o flatpak-pip-generator https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/pip/flatpak-pip-generator

Do a python3 flatpak-pip-generator requests platformdirs, etc. to generate a json file (keep this separate!). Manually add the below to each package. If not a whl file, remove the packagetype key.

"x-checker-data": {
    "type": "pypi",
    "name": "idna",
    "packagetype": "bdist_wheel"
}

flatpak-builder build-dir io.github.mak448a.QTCord.yml flatpak-builder --user --install --force-clean build-dir io.github.mak448a.QTCord.yml

Resources

https://docs.flatpak.org/en/latest/first-build.html https://docs.flatpak.org/en/latest/sandbox-permissions.html