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 -j2
|
||||||
make dist
|
make dist
|
||||||
|
|
||||||
|
mkdir -p deploy
|
||||||
mv *.tar.gz deploy/Jamulus-version.tar.gz
|
mv *.tar.gz deploy/Jamulus-version.tar.gz
|
||||||
cd linux
|
cd linux
|
||||||
|
|
Loading…
Reference in a new issue