Mercurial > hg > sonic-visualiser
changeset 2544:19cb6df86ef2
Fix filename
author | Chris Cannam |
---|---|
date | Fri, 15 May 2020 16:49:30 +0100 |
parents | 2951b41a4c97 |
children | 928d7ddfaf80 |
files | deploy/osx/deploy-and-package.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/osx/deploy-and-package.sh Fri May 15 14:22:17 2020 +0100 +++ b/deploy/osx/deploy-and-package.sh Fri May 15 16:49:30 2020 +0100 @@ -51,7 +51,7 @@ ln -s /Applications "$volume"/Applications cp README.md "$volume/README.txt" -cp README.OSC "$volume/README-OSC.txt" +cp README_OSC.md "$volume/README_OSC.txt" cp COPYING "$volume/COPYING.txt" cp CHANGELOG "$volume/CHANGELOG.txt" cp CITATION "$volume/CITATION.txt"