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:
parent
498faf0d1e
commit
faa23d1b2b
@ -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" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user