mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 10:46:40 +00:00
Win32 section was doubled
It builds correctly on Win32. Please define "problematic files".
This commit is contained in:
10
setup.py
10
setup.py
@@ -45,16 +45,6 @@ if sys.platform == "darwin":
|
|||||||
elif sys.platform == 'win32':
|
elif sys.platform == 'win32':
|
||||||
from cx_Freeze import setup, Executable
|
from cx_Freeze import setup, Executable
|
||||||
base = "Win32GUI"
|
base = "Win32GUI"
|
||||||
extra_options = dict(
|
|
||||||
executables=[Executable("kcc.py", base=base, icon='comic2ebook.ico',
|
|
||||||
appendScriptToExe=True, appendScriptToLibrary=False)],
|
|
||||||
options=dict(
|
|
||||||
build_exe=dict(
|
|
||||||
compressed=True
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
base = "Win32GUI"
|
|
||||||
extra_options = dict(
|
extra_options = dict(
|
||||||
options={"build_exe": {"include_files": includefiles, 'excludes': excludes, 'compressed': True}},
|
options={"build_exe": {"include_files": includefiles, 'excludes': excludes, 'compressed': True}},
|
||||||
executables=[Executable(MAIN,
|
executables=[Executable(MAIN,
|
||||||
|
|||||||
Reference in New Issue
Block a user