1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Added basic error reporting

This commit is contained in:
Ciro Mattia Gonano
2013-01-28 09:47:46 +01:00
parent f40a95765b
commit 02a7bca07c
5 changed files with 56 additions and 29 deletions

View File

@@ -25,8 +25,7 @@ APP = ['kcc.py']
DATA_FILES = []
OPTIONS = { 'argv_emulation': True,
'iconfile': 'resources/comic2ebook.icns',
'includes': 'kcc/*.py',
'packages': 'PIL'}
'includes': 'kcc/*.py'}
if sys.platform == 'darwin':
extra_options = dict(