package.sh: Add example.json to script

current
Kiyoshi Aman 2018-05-14 21:05:21 -05:00
parent 106d954115
commit 50995bb391
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
DIR="smeargle-$1"
mkdir ${DIR}
cp smeargle.py porygon.py readme.txt melissa8.{png,json} test.txt ${DIR}
cp smeargle.py porygon.py readme.txt melissa8.{png,json} test.txt example.json ${DIR}
COPYFILE_DISABLE=1 tar cf ${DIR}.tar.bz2 ${DIR}
rm -r ${DIR}