sbin/build/build-downloads.sh
author durandn
Fri, 18 Sep 2015 14:41:51 +0200
changeset 1051 3820cf5fe29e
parent 954 71a8438be150
permissions -rw-r--r--
Added support for custom button texts + Added support for deleting markers + reworked the way the "+" and "-" buttons work + Added a "placeholder" marker when clicking "+" to show where in the timeline the marker will be posted
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
954
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     1
#!/bin/sh
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     2
./compil.sh
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     3
cd ../doc
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     4
./convertdocs.sh
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     5
cd ../../
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     6
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     7
rm downloads/*.zip
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     8
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
     9
zip -r downloads/metadataplayer-$(date +%Y%m%d).zip test/ src doc/*.html -x *.mp4 *.webm *.ogv
71a8438be150 Added Scripts to create .zip
veltr
parents:
diff changeset
    10