1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Updated build enviroment

This commit is contained in:
Paweł Jastrzębski
2017-11-10 19:10:23 +01:00
parent ac81a6be4b
commit 6acf1a1802
5 changed files with 4 additions and 15 deletions

View File

@@ -47,10 +47,6 @@ class BuildBinaryCommand(distutils.cmd.Command):
exit(0)
elif sys.platform == 'win32':
os.system('pyinstaller -y -F -i icons\comic2ebook.ico -n KCC -w --noupx kcc.py')
if os.getenv('APPVEYOR'):
if len(VERSION) == 3:
VERSION = VERSION + '.0'
os.system('setup.bat ' + VERSION)
exit(0)
else:
os.system('pyinstaller -y -F kcc.py')