comparison deploy/osx/copy-qt.sh @ 1055:40ff7c801fc2 3.0-integration

Check for audioIO as well as play target; + deployment bits
author Chris Cannam
date Thu, 20 Aug 2015 16:41:51 +0100
parents 9fbd599b4e3a
children b2c45b831ea8
comparison
equal deleted inserted replaced
1054:6e5ad3e8bd49 1055:40ff7c801fc2
1 #!/bin/bash 1 #!/bin/bash
2
3 set -eu
2 4
3 app="$1" 5 app="$1"
4 if [ -z "$app" ]; then 6 if [ -z "$app" ]; then
5 echo "Usage: $0 <appname>" 7 echo "Usage: $0 <appname>"
6 echo "Provide appname without the .app extension, please" 8 echo "Provide appname without the .app extension, please"