flathub-infra / flatpak-builder-lint

A linter for flatpak-builder manifests
MIT License
48 stars 115 forks source link

screenshots: Abort when appinfo file named by appid does not exist #357

Closed bbhtt closed 3 months ago

bbhtt commented 3 months ago

When apps are used with baseapps, the baseapp's appinfo file may exist but not the app's appinfo file.

As a result it tries to open a non-existent path in the next appstream.components(appstream_path)

See https://github.com/flathub/flathub/pull/5124