Skip to content

Commit

Permalink
Added content folder to binary releases
Browse files Browse the repository at this point in the history
  • Loading branch information
racerxdl committed Aug 19, 2018
1 parent 6b0f72a commit 18c6c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis-build.sh
Expand Up @@ -17,7 +17,8 @@ then
for i in *
do
echo "Zipping segdsp-${i}.zip"
zip ../bins/segdsp-$i.zip $i/*
cp -Rv ../content $i/
zip -r ../bins/segdsp-$i.zip $i/*
done
cd ..
ls -la bins
Expand Down

0 comments on commit 18c6c42

Please sign in to comment.