mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Update setup with Windows icon
This commit is contained in:
BIN
resources/comic2ebook.ico
Normal file
BIN
resources/comic2ebook.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 345 KiB |
8
setup.py
8
setup.py
@@ -43,7 +43,13 @@ elif sys.platform == 'win32':
|
|||||||
from cx_Freeze import setup, Executable
|
from cx_Freeze import setup, Executable
|
||||||
base = "Win32GUI"
|
base = "Win32GUI"
|
||||||
extra_options = dict(
|
extra_options = dict(
|
||||||
executables=[Executable("kcc.py", base=base)]
|
executables=[Executable("kcc.py", base=base, icon='resources/comic2ebook.ico',
|
||||||
|
appendScriptToExe=True, appendScriptToLibrary=False)],
|
||||||
|
options=dict(
|
||||||
|
build_exe=dict(
|
||||||
|
compressed=True
|
||||||
|
)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
extra_options = dict(
|
extra_options = dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user