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

Tweaked build process

This commit is contained in:
Paweł Jastrzębski
2017-08-20 17:10:28 +02:00
parent 3d3621c6ec
commit 40d1ae63da
3 changed files with 10 additions and 8 deletions

View File

@@ -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')