comparison deploy/osx/deploy.sh @ 675:8121a6f9abca

Version etc
author Chris Cannam
date Wed, 05 Dec 2018 13:35:29 +0000
parents 8f3075eeaac2
children 646e48a0d3a5
comparison
equal deleted inserted replaced
674:4283398d248f 675:8121a6f9abca
9 9
10 source="$1" 10 source="$1"
11 dmg="$2" 11 dmg="$2"
12 if [ -z "$source" ] || [ ! -d "$source" ] || [ -z "$dmg" ]; then 12 if [ -z "$source" ] || [ ! -d "$source" ] || [ -z "$dmg" ]; then
13 echo "Usage: $0 <source.app> <target-dmg-basename>" 13 echo "Usage: $0 <source.app> <target-dmg-basename>"
14 echo " e.g. $0 MyApplication.app MyApplication"
15 echo " Version number and .dmg will be appended automatically,"
16 echo " but the .app name must include .app"
14 exit 2 17 exit 2
15 fi 18 fi
16 app=EasyMercurial 19 app=EasyMercurial
17 20
18 set -u 21 set -u