From 3eb290f6183439452daa065d5140a555dd84a4ce Mon Sep 17 00:00:00 2001 From: Et0h Date: Sun, 25 Oct 2015 19:30:42 +0000 Subject: [PATCH] Add file playing icon to installer --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index b7c145b..5b108d0 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -654,7 +654,7 @@ guiIcons = ['resources/accept.png', 'resources/arrow_undo.png', 'resources/clock 'resources/user_key.png', 'resources/lock.png', 'resources/key_go.png', 'resources/page_white_key.png', 'resources/tick.png', 'resources/lock_open.png', 'resources/empty_checkbox.png', 'resources/tick_checkbox.png', 'resources/world_explore.png', 'resources/application_get.png', 'resources/cog.png', - 'resources/film_go.png', 'resources/world_go.png', 'resources/arrow_refresh.png', + 'resources/film_go.png', 'resources/world_go.png', 'resources/arrow_refresh.png', 'resources/bullet_right_grey.png', 'resources/world_add.png', 'resources/film_add.png', 'resources/delete.png' ] resources = ["resources/icon.ico", "resources/syncplay.png"]