Skip to content

Commit

Permalink
remove id because otherwise a cyclic dependency is created
Browse files Browse the repository at this point in the history
https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
Error message during flatpak build on flathub:
```{
    "errors": [
        "appstream-failed-validation"
    ],
    "warnings": [
        "appstream-summary-too-long"
    ],
    "appstream": [
        "W: com.github.Murmele.Gittyup:49: circular-component-relation"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}
```
  • Loading branch information
Murmele committed May 8, 2024
1 parent ee5a4ae commit c748d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rsrc/linux/com.github.Murmele.Gittyup.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

<provides>
<binary>gittyup</binary>
<id>com.github.Murmele.Gittyup</id>
</provides>

<releases>
Expand Down

0 comments on commit c748d12

Please sign in to comment.