Skip to content

Use main branch for flatpak manifest

Aleks Rutins requested to merge aleksrutins/souk:main into main

Previously, when building with flatpak-builder build-dir build-aux/de.haeckerfelix.Souk.Devel.json --user --install, it would try to clone the repository from the master branch which, of course, would cause an error. This pull request changes the flatpak manifest so that it clones from the main branch instead.

Edited by Aleks Rutins

Merge request reports