~wattazoum/xbmc/mangas-tv-plugin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

version=$1

if [ ! -n "$1" ]; then
  echo "give me a version"
  exit 1
fi

rm -rf ../exportedMtv
bzr export ../exportedMtv
cd ../exportedMtv/
zip -r plugin.video.mangastv_$version.zip plugin.video.mangastv
rm /home/aouattara/.xbmc/addons/plugin.video.mangastv-dev