if deploy directory does not exist, create it
This commit is contained in:
parent
32b9713f2b
commit
b2cb3fb22f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ macdeployqt Jamulus.app -dmg
|
||||||
zip Jamulus-version-mac.zip Jamulus.dmg COPYING
|
zip Jamulus-version-mac.zip Jamulus.dmg COPYING
|
||||||
|
|
||||||
# move new file in deploy directory
|
# move new file in deploy directory
|
||||||
|
mkdir -p deploy
|
||||||
mv Jamulus-version-mac.zip deploy/Jamulus-version-mac.zip
|
mv Jamulus-version-mac.zip deploy/Jamulus-version-mac.zip
|
||||||
|
|
||||||
# cleanup and go back to original directory
|
# cleanup and go back to original directory
|
||||||
|
|
Loading…
Reference in a new issue