comparison deploy/osx/deploy.sh @ 731:2cb03c4665aa

Include kdiff3 executable in bundle on macOS
author Chris Cannam
date Mon, 17 Dec 2018 11:18:55 +0000
parents 5afb26b7575a
children
comparison
equal deleted inserted replaced
730:f1dc72b940d5 731:2cb03c4665aa
26 case "$stem" in 26 case "$stem" in
27 [0-9].[0-9]) bundleVersion="$stem".0 ;; 27 [0-9].[0-9]) bundleVersion="$stem".0 ;;
28 [0-9].[0-9].[0-9]) bundleVersion="$stem" ;; 28 [0-9].[0-9].[0-9]) bundleVersion="$stem" ;;
29 *) echo "Error: Version stem $stem (of version $version) is neither two- nor three-part number" ;; 29 *) echo "Error: Version stem $stem (of version $version) is neither two- nor three-part number" ;;
30 esac 30 esac
31
32 echo
33 echo "Copying in kdiff3 program."
34
35 deploy/osx/copy-kdiff3.sh "$app" || exit 2
31 36
32 echo 37 echo
33 echo "Copying in frameworks and plugins from Qt installation directory." 38 echo "Copying in frameworks and plugins from Qt installation directory."
34 39
35 deploy/osx/copy-qt.sh "$app" || exit 2 40 deploy/osx/copy-qt.sh "$app" || exit 2