1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Small tweaks of setup files

This commit is contained in:
Paweł Jastrzębski
2013-03-09 18:03:49 +01:00
parent bba0223efc
commit c21e8e398e
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ elif sys.platform == 'win32':
extra_options = dict(
options={"build_exe": {"include_files": includefiles, 'excludes': excludes, 'compressed': True}},
executables=[Executable(MAIN,
base='WIN32GUI',
base=base,
icon="comic2ebook.ico",
copyDependentFiles=True,
appendScriptToExe=True,