comparison deploy/osx/deploy.sh @ 1499:422d7ac46232 3.0-integration

Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic
author Chris Cannam
date Mon, 09 Jan 2017 10:14:59 +0000
parents 45c1a6bb69d8
children 105d7d46455e
comparison
equal deleted inserted replaced
1498:ffad03335920 1499:422d7ac46232
43 echo "Make sure all necessary Qt plugins are in $source/Contents/plugins/*" 43 echo "Make sure all necessary Qt plugins are in $source/Contents/plugins/*"
44 echo "You probably want platforms/, accessible/ and imageformats/ subdirectories." 44 echo "You probably want platforms/, accessible/ and imageformats/ subdirectories."
45 cp deploy/osx/qt.conf "$source"/Contents/Resources/qt.conf 45 cp deploy/osx/qt.conf "$source"/Contents/Resources/qt.conf
46 46
47 echo 47 echo
48 echo "Copying in plugin load checker helper." 48 echo "Copying in plugin load checker."
49 cp checker/plugin-checker-helper "$source"/Contents/MacOS/ 49 cp checker/vamp-plugin-load-checker "$source"/Contents/MacOS/
50 50
51 echo 51 echo
52 echo "Copying in plugin server." 52 echo "Copying in plugin server."
53 cp piper-vamp-simple-server "$source"/Contents/MacOS/ 53 cp piper-vamp-simple-server "$source"/Contents/MacOS/
54 54