Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kummer committed Apr 29, 2016
1 parent b9b7ee2 commit aefcc6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions BlenderUpdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def __init__(self, parent=None):
config.set('main', 'path', '')
lastcheck = 'Never'
config.set('main', 'lastcheck', 'Never')
config.set('main', 'lastdl', '')
with open('config.ini', 'w') as f:
config.write(f)
if config_exist:
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
setup(
name = 'BlenderUpdater',
version = '0.6',
options = {"bdist_esky": {
"freezer_module":"cxfreeze"
options = {"bdist_esky":
{"includes" : ['PyQt4'],
"freezer_module":"cxfreeze"
}},
scripts = [Executable('BlenderUpdater.py', gui_only=True)],)

0 comments on commit aefcc6a

Please sign in to comment.