From ba0e84ee95a8a412af49689da84a6e3081fe4035 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 25 Oct 2022 01:04:10 -0500 Subject: [PATCH] Add icon to installer --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c22fad8..963a4e7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ debug = True #debug = not debug # Dependencies are automatically detected, but it might need fine tuning. # "packages": ["os"] is used as example only -build_exe_options = {"packages": ["os"], "excludes": ["tkinter"], "include_msvcr": True, "include_files": ["icon.png", "config.yml", "keyfile-admin.pem", "WXPython.png", "WXPython_30x30.png", "settings.png", "settings_30x30.png"], "optimize": 1} +build_exe_options = {"packages": ["os"], "excludes": ["tkinter"], "include_msvcr": True, "include_files": ["icon.png", "config.yml", "keyfile-admin.pem", "WXPython.png", "WXPython_30x30.png", "settings.png", "settings_30x30.png", "icon.ico"], "optimize": 1} # base="Win32GUI" should be used only for Windows GUI app base = None