1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" )