# HG changeset patch # User Chris Cannam # Date 1396508962 -3600 # Node ID 23287f4f521fbb45d3efd7df8e7c95a8c921dbe9 # Parent df9861755e33d3069da63c21b911c564f636c5af CHP plugin as well diff -r df9861755e33 -r 23287f4f521f deploy/osx/deploy.sh --- 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."