1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00

Fix and improve metadata file for Flatpak (#426)

* Fix and improve metadata file for Flatpak

- Remove bolding
- Fix APP ID typo
- Fix project license
- Add releases tags
- Migrate to metainfo from appdata
- Change screenshot and add dark screenshot
- Clarify metainfo license

Co-authored-by: Edgar <Edgar@AnotherFoxGuy.com>
Co-authored-by: Semisol <hi@semisol.dev>
This commit is contained in:
TheEvilSkeleton
2021-08-12 09:54:00 -04:00
committed by GitHub
parent a120a514ae
commit 62a523f4f7
3 changed files with 44 additions and 44 deletions

View File

@@ -52,7 +52,7 @@ if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
install( DIRECTORY "${dst}" OPTIONAL
DESTINATION "${_DATADIR}/tenacity/help" )
install( FILES "${_SRCDIR}/tenacity.appdata.xml"
install( FILES "${_SRCDIR}/tenacity.metainfo.xml"
DESTINATION "${_DATADIR}/metainfo" )
endif()
endif()