diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py index c50dcaa..5028704 100755 --- a/setup.py +++ b/setup.py @@ -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') |