From 355a8cdf1d1774d741aa1e27e3222c7fc062c520 Mon Sep 17 00:00:00 2001 From: sithis Date: Wed, 21 Jun 2017 16:02:05 +0100 Subject: [PATCH] Corrected MEIPASS override --- Crypter/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypter/Main.py b/Crypter/Main.py index c296b34..3c92697 100644 --- a/Crypter/Main.py +++ b/Crypter/Main.py @@ -107,7 +107,7 @@ def start_gui(self): start_time = self.get_start_time() app = wx.App() - sys._MEIPASS = "..\\build\\images" + #sys._MEIPASS = "..\\build\\images" crypter_gui = Gui.Gui( image_path=sys._MEIPASS, start_time=start_time,