1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Add developer name in metainfo

Reference-to: https://github.com/tenacityteam/tenacity/pull/540

Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
This commit is contained in:
TheEvilSkeleton 2021-08-30 09:38:56 -04:00 committed by Sol Fisher Romanoff
parent d1a63e32c5
commit e0132ca9c0
No known key found for this signature in database
GPG Key ID: 0E0ACA5D1C244E1F
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<!-- Metainfo licensed in CC0 1.0 -->
<metadata_license>CC0-1.0</metadata_license>
<name>Tenacity</name>
<developer_name>Tenacity Community</developer_name>
<summary>Audio editor and recorder. Nothing more, nothing less.</summary>
<description>
<p>Tenacity is an easy-to-use multi-track audio editor and recorder for Windows, MacOS, GNU/Linux and other operating systems.</p>

View File

@ -209,7 +209,7 @@
{
"type": "shell",
"commands": [
"sed -e '42i <release version=\"master\" date=\"2021-08-12\"/>' -i help/tenacity.metainfo.xml"
"sed -e '43i <release version=\"master\" date=\"2021-08-12\"/>' -i help/tenacity.metainfo.xml"
]
}
]