create deploy directory if not exist
This commit is contained in:
parent
32b9713f2b
commit
57a2e69978
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ qmake Jamulus.pro
|
|||
make -j2
|
||||
make dist
|
||||
|
||||
mkdir -p deploy
|
||||
mv *.tar.gz deploy/Jamulus-version.tar.gz
|
||||
cd linux
|
||||
|
|
Loading…
Reference in a new issue