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

Improved error messages about missing dependencies

This commit is contained in:
Paweł Jastrzębski
2013-11-06 13:17:58 +01:00
parent 5b44e4bddd
commit 1b1ed7c4ab
5 changed files with 31 additions and 1 deletions

View File

@@ -55,7 +55,8 @@ elif platform == "win32":
['other/UnRAR.exe', 'UnRAR.exe'],
['other/7za.exe', '7za.exe'],
['other/Additional-LICENSE.txt', 'Additional-LICENSE.txt']
], "compressed": True}},
], "compressed": True,
"excludes": ['Tkinter']}},
executables=[Executable(MAIN,
base=base,
targetName="KCC.exe",