From 71fed2b2b9ccaa236781d579831c5550f1fd82bd Mon Sep 17 00:00:00 2001 From: Etoh Date: Mon, 7 Oct 2013 19:37:57 +0100 Subject: [PATCH] Add control_play_blue.png to installer --- buildPy2exe.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 72a2e34..9dfe218 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -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) -