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:
2
setup.sh
2
setup.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user