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

Merge branch 'new-gui' of github.com:ciromattia/kcc into

This commit is contained in:
Ciro Mattia Gonano
2013-06-13 15:08:12 +02:00
3 changed files with 35 additions and 27 deletions

View File

@@ -40,7 +40,14 @@ elif platform == "win32":
appendScriptToLibrary=False,
compress=True)])
else:
exit(0)
extra_options = dict(
options={"build_exe": {"include_files": includefiles, "excludes": excludes, "compressed": True}},
executables=[Executable(MAIN,
icon="icons/comic2ebook.png",
copyDependentFiles=True,
appendScriptToExe=True,
appendScriptToLibrary=False,
compress=True)])
setup(
name=NAME,