From 3132aa8a2132e8d7e80428481597212f1c354647 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Sat, 30 Apr 2016 14:50:23 +0200 Subject: Miscellaneous tweaks --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index accb440..a1f1b73 100755 --- a/setup.py +++ b/setup.py @@ -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: -- cgit 1.4.1