1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Miscellaneous tweaks

This commit is contained in:
Paweł Jastrzębski
2016-04-30 14:50:23 +02:00
parent e4dccfe603
commit 3132aa8a21
7 changed files with 89 additions and 78 deletions

View File

@@ -53,7 +53,7 @@ class BuildBinaryCommand(distutils.cmd.Command):
elif sys.platform == 'win32':
os.system('pyinstaller -y -F -i icons\comic2ebook.ico -n KCC -w --noupx kcc.py')
if os.path.isfile('setup.bat'):
os.system('setup.bat ' + VERSION)
os.system('setup.bat')
exit(0)
else:
if self.pyz: