1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-05 20:02:08 +00:00

Bucket of various tweaks

This commit is contained in:
Paweł Jastrzębski
2014-01-15 10:24:31 +01:00
parent 878e92b527
commit 19b438844d
6 changed files with 21 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ VERSION="4.0"
cp kcc.py __main__.py
zip kcc.zip __main__.py kcc/*.py
echo "#!/usr/bin/env python2" > kcc-bin
echo "#!/usr/bin/env python3" > kcc-bin
cat kcc.zip >> kcc-bin
chmod +x kcc-bin
tar --xform s:^.*/:: --xform s/kcc-bin/kcc/ --xform s/comic2ebook/kcc/ -czf KindleComicConverter_linux_$VERSION.tar.gz kcc-bin LICENSE.txt icons/comic2ebook.png