Skip to content

Commit

Permalink
Add developer name to appdata file (#2166)
Browse files Browse the repository at this point in the history
* Add developer name to appdata file

https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#developer-name

* add id to developer tag

not sure if this should be set to the value I just set it to, but it seems plausible enough
  • Loading branch information
MoralCode authored Sep 22, 2024
1 parent f3d2a93 commit 8ece37c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions no.mifi.losslesscut.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>no.mifi.losslesscut</id>
<developer id="no.mifi">
<name>Mikael Finstad</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>LosslessCut</name>
Expand Down

0 comments on commit 8ece37c

Please sign in to comment.