about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2017-08-22 15:32:18 +0200
committerGitHub <[email protected]>2017-08-22 15:32:18 +0200
commit2c875673bd5554c8ed11b77ccf6406166cbe799e (patch)
tree284da72b142d5299b6286fd268ef9bf4bca051b8 /setup.py
parentMerge pull request #243 from AcidWeb/master (diff)
parentUpdated README + version bump (diff)
downloadkcc-2c875673bd5554c8ed11b77ccf6406166cbe799e.tar.gz
kcc-2c875673bd5554c8ed11b77ccf6406166cbe799e.tar.bz2
kcc-2c875673bd5554c8ed11b77ccf6406166cbe799e.zip
Merge pull request #244 from ciromattia/dev
5.4.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fc03362..89c41a0 100755
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ class BuildBinaryCommand(distutils.cmd.Command):
                 os.system('setup.bat ' + VERSION)
             exit(0)
         else:
-            os.system('pyinstaller -F -s kcc.py')
+            os.system('pyinstaller -y -F kcc.py')
             os.system('mkdir -p dist/usr/bin dist/usr/share/applications dist/usr/share/doc/kindlecomicconverter '
                       'dist/usr/share/kindlecomicconverter dist/usr/share/lintian/overrides')
             os.system('mv dist/kcc dist/usr/bin')