1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 15:05:38 +01:00

Fix CI: Use Readme.md instead of Readme.txt (#143)

This commit is contained in:
Ajay Ramachandran
2021-07-07 20:30:29 -04:00
committed by GitHub
parent 498faf0d1e
commit faa23d1b2b

View File

@@ -1360,7 +1360,7 @@ else()
FILES_MATCHING PATTERN "*.so*" )
install( FILES "${_INTDIR}/audacity.desktop"
DESTINATION "${_DATADIR}/applications" )
install( FILES "${topdir}/LICENSE.txt" "${topdir}/README.txt"
install( FILES "${topdir}/LICENSE.txt" "${topdir}/README.md"
DESTINATION "${_DATADIR}/doc/${AUDACITY_NAME}" )
install( FILES "${_SRCDIR}/audacity.xml"
DESTINATION "${_DATADIR}/mime/packages" )