Commit f30a57f6a13d3ee2f248ffea446faf423554f055

Authored by Thiago Franco de Moraes
1 parent 5ab43b67
Exists in master

Last commit removed a necessary line code

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -170,6 +170,7 @@ class SplashScreen(wx.SplashScreen): @@ -170,6 +170,7 @@ class SplashScreen(wx.SplashScreen):
170 or sys.frozen == "console_exe"): 170 or sys.frozen == "console_exe"):
171 abs_file_path = os.path.abspath(".." + os.sep) 171 abs_file_path = os.path.abspath(".." + os.sep)
172 path = abs_file_path 172 path = abs_file_path
  173 + path = os.path.join(path, 'icons', icon_file)
173 174
174 else: 175 else:
175 176