Mercurial > hg > sonic-visualiser
diff deploy/osx/deploy.sh @ 1153:1e63105fc82d 3.0-integration
Deploy plugin checker helper; update deployment for current Qt
author | Chris Cannam |
---|---|
date | Wed, 27 Apr 2016 11:26:49 +0100 |
parents | b2c45b831ea8 |
children | 2d48532a074b |
line wrap: on
line diff
--- a/deploy/osx/deploy.sh Wed Apr 27 11:04:32 2016 +0100 +++ b/deploy/osx/deploy.sh Wed Apr 27 11:26:49 2016 +0100 @@ -45,6 +45,11 @@ cp deploy/osx/qt.conf "$source"/Contents/Resources/qt.conf echo +echo "Copying in plugin load checker helper." +cp checker/plugin-checker-helper.app/Contents/MacOS/plugin-checker-helper \ + "$source"/Contents/MacOS/ + +echo echo "Writing version $bundleVersion in to bundle." echo "(This should be a three-part number: major.minor.point)"