Compile flatpak
If you changed any dependencies in Tubefeeder, you will first need to regenerate the cargo-sources.json
-file.
For this you will need flatpak-cargo-generator.py
from here. Put it into the flatpak repo. Then run
./flatpak-cargo-generator.py /path/to/tubefeeder/Cargo.lock -o cargo-sources.json
substituting /path/to/tubefeeder
with the path to the Tubefeeder-repo.
To compile flatpak, use the following command in the Flathub/de.schmidhuberj.Tubefeeder
-repo:
flatpak-builder --user --install build-dir de.schmidhuberj.tubefeeder.json --force-clean
Notice
Copyright: 2021 Julian Schmidhuber github@schmiddi.anonaddy.com
Unless otherwise noted content on this wiki may be used under the terms of the GNU FDL, either version 1.3 (https://www.gnu.org/licenses/fdl-1.3.html) or (at your opinion) any later version of the license, or (at your opinion) the CC-BY-SA-4.0-license (https://creativecommons.org/licenses/by-sa/4.0/legalcode).