Mercurial > hg > sonic-visualiser
diff deploy/osx/deploy.sh @ 1161:0ef711a400a2 spectrogram-minor-refactor
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 13 Jun 2016 12:46:36 +0100 |
parents | 1e63105fc82d |
children | 2d48532a074b |
line wrap: on
line diff
--- a/deploy/osx/deploy.sh Wed Feb 03 16:51:37 2016 +0000 +++ b/deploy/osx/deploy.sh Mon Jun 13 12:46:36 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)"