mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-15 10:27:09 +00:00
Add control_play_blue.png to installer
This commit is contained in:
parent
cf74d61ba0
commit
71fed2b2b9
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user