about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2018-03-08 16:15:42 +0100
committerGitHub <[email protected]>2018-03-08 16:15:42 +0100
commit34e2af3389acfdf32f18a06c77e75ce91deed42d (patch)
tree79fb5515fa273c1484b69fd25bbd5e9fd4e3b8e6 /setup.py
parentUpdated build enviroment (diff)
parentVersion bump (diff)
downloadkcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.tar.gz
kcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.tar.bz2
kcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.zip
Merge pull request #261 from ciromattia/dev
5.4.4
Diffstat (limited to '')
-rwxr-xr-xsetup.py4
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')