package.sh: More packaging fixups.

current
Kiyoshi Aman 2018-10-12 17:04:04 -05:00
parent 3dee431aef
commit 8195a8c4da
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
DIR="smeargle-$1"
rm -f smeargle/__pycache__/* && rmdir smeargle/__pycache__
rm -rf smeargle/__pycache__
mkdir ${DIR}
cp -r smeargle ${DIR}
cp -a smeargle.py porygon.py girafarig.py readme.txt melissa8.{png,json} test.txt example.json ${DIR}