comparison setup.py @ 674:03fc9cf0f556

We have icons now, so I suppose is needed.
author Neil Muller <drnlmuller@gmail.com>
date Sun, 08 Sep 2013 18:47:10 +0200
parents 700ebab5240a
children 6cd8182a05d8
comparison
equal deleted inserted replaced
673:62b9eac8e236 674:03fc9cf0f556
82 ], 82 ],
83 83
84 # py2exe 84 # py2exe
85 windows=[{ 85 windows=[{
86 'script': 'scripts/nagslang', 86 'script': 'scripts/nagslang',
87 'icon_resources': [(0, "data/icons/werewolf-sonata.ico")],
87 }], 88 }],
88 app=['scripts/nagslang'], 89 app=['scripts/nagslang'],
89 options={ 90 options={
90 'py2exe': { 91 'py2exe': {
91 'skip_archive': 1, 92 'skip_archive': 1,