Add control_play_blue.png to installer

This commit is contained in:
Etoh 2013-10-07 19:37:57 +01:00
parent cf74d61ba0
commit 71fed2b2b9

View File

@ -515,7 +515,7 @@ class build_installer(py2exe):
guiIcons = ['resources/accept.png', 'resources/arrow_undo.png', 'resources/clock_go.png',
'resources/control_pause_blue.png', 'resources/cross.png', 'resources/door_in.png',
'resources/folder_explore.png', 'resources/help.png', 'resources/table_refresh.png',
'resources/timeline_marker.png'
'resources/timeline_marker.png','resources/control_play_blue.png'
]
resources = ["resources/icon.ico", "resources/syncplay.png"]
resources.extend(guiIcons)
@ -550,4 +550,3 @@ info = dict(
sys.argv.extend(['py2exe', '-p win32com ', '-i twisted.web.resource'])
setup(**info)