Commit Graph

5 Commits

Author SHA1 Message Date
Martin Marmsoler
c748d12d92 remove id because otherwise a cyclic dependency is created
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"
}
```
2024-05-08 20:41:09 +02:00
Martin Marmsoler
5b93e7e514 change executable name to lower case 2023-02-23 10:29:14 +01:00
Martin Marmsoler
87edd7f5a4 add additional information shown on the flathub webpage 2022-10-04 10:32:47 +02:00
Martin Marmsoler
051a140830 add developer name, so on flathub it is not empty 2022-06-09 10:26:34 +02:00
Martin Marmsoler
5f39eb534f rename appdata file to .in instead of .conf because it is convention 2022-06-07 17:27:14 +02:00