Skip to content

Fix AppStream metainfo file#4200

Merged
OBattler merged 1 commit into
86Box:masterfrom
AsciiWolf:metainfo-fix
Feb 24, 2024
Merged

Fix AppStream metainfo file#4200
OBattler merged 1 commit into
86Box:masterfrom
AsciiWolf:metainfo-fix

Conversation

@AsciiWolf

Copy link
Copy Markdown
Contributor

From the Flathub AppStream validator:

{
    "errors": [
        "appstream-failed-validation",
        "appstream-missing-developer-name"
    ],
    "warnings": [
        "appstream-summary-too-long",
        "appstream-screenshot-missing-caption"
    ],
    "appstream": [
        "E: net._86box._86Box:~: category-invalid Emulation",
        "E: net._86box._86Box:~: all-categories-ignored"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}

This PR:

  • Fixes the "Emulation" category that should be "Emulator" (same as the desktop file one).
  • Adds developer name that is required by multiple AppStream validators nowadays.

@OBattler
OBattler merged commit 845845c into 86Box:master Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants