Added new fire.png to the nightly kits
This commit is contained in:
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ setup_kwargs['cmdclass'] = {}
|
|||||||
|
|
||||||
if py2exe != None:
|
if py2exe != None:
|
||||||
setup_kwargs['console'] = ['gmap.py']
|
setup_kwargs['console'] = ['gmap.py']
|
||||||
setup_kwargs['data_files'] = [('textures', ['textures/lava.png', 'textures/water.png']),
|
setup_kwargs['data_files'] = [('textures', ['textures/lava.png', 'textures/water.png', 'textures/fire.png']),
|
||||||
('', ['config.js', 'COPYING.txt', 'README.rst']),
|
('', ['config.js', 'COPYING.txt', 'README.rst']),
|
||||||
('web_assets', glob.glob('web_assets/*'))]
|
('web_assets', glob.glob('web_assets/*'))]
|
||||||
setup_kwargs['zipfile'] = None
|
setup_kwargs['zipfile'] = None
|
||||||
|
|||||||
Reference in New Issue
Block a user