changeset 265:23287f4f521f

CHP plugin as well
author Chris Cannam
date Thu, 03 Apr 2014 08:09:22 +0100
parents df9861755e33
children 2dccb28a421f
files deploy/osx/deploy.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/deploy.sh	Thu Apr 03 08:09:13 2014 +0100
+++ b/deploy/osx/deploy.sh	Thu Apr 03 08:09:22 2014 +0100
@@ -36,10 +36,10 @@
 fi
 
 echo
-echo "Copying in plugin from pyin/pyin.dylib."
-echo "(make sure it's present, up-to-date and compiled with suitable optimisations!)"
+echo "Copying in plugins from pyin/pyin.dylib and chp/chp.dylib."
+echo "(make sure they're present, up-to-date and compiled with optimisation!)"
 
-cp pyin/pyin.{dylib,cat,n3} "$source/Contents/Resources/"
+cp pyin/pyin.{dylib,cat,n3} chp/chp.{dylib,cat,n3} "$source/Contents/Resources/"
 
 echo
 echo "Fixing up paths."