comparison deploy/clean-build-and-package @ 658:808f40e418f9

Also remove target volume
author Chris Cannam
date Thu, 24 Oct 2019 14:24:51 +0100
parents b80deac5ada8
children a5ed510a7bf9
comparison
equal deleted inserted replaced
657:e78f2c842a55 658:808f40e418f9
27 app="Tony" 27 app="Tony"
28 volume="$app"-"$version" 28 volume="$app"-"$version"
29 dmg="$volume".dmg 29 dmg="$volume".dmg
30 30
31 rm -rf "$app.app" 31 rm -rf "$app.app"
32 rm -f "$volume"
32 rm -f "$dmg" 33 rm -f "$dmg"
33 34
34 ./repoint install 35 ./repoint install
35 36
36 rm -rf .qmake.stash 37 rm -rf .qmake.stash