From f6221f2a9a66ec96c31875637318fe35b0fe92b5 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sun, 7 Dec 2014 01:42:59 +0000 Subject: [PATCH] Include tick and cross checkbox images within Windows installer --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 49f1d46..b9b586b 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -624,7 +624,7 @@ guiIcons = ['resources/accept.png', 'resources/arrow_undo.png', 'resources/clock 'resources/mpv.png','resources/vlc.png', 'resources/house.png', 'resources/film_link.png', 'resources/eye.png', 'resources/comments.png', 'resources/cog_delete.png', 'resources/chevrons_right.png', 'resources/user_key.png', 'resources/lock.png', 'resources/key_go.png', 'resources/page_white_key.png', - 'resources/tick.png', 'resources/lock_open.png' + 'resources/tick.png', 'resources/lock_open.png', 'resources/cross_checkbox.png', 'resources/tick_checkbox.png' ] resources = ["resources/icon.ico", "resources/syncplay.png"] resources.extend(guiIcons)