Skip to content

Commit

Permalink
Corrected MEIPASS override
Browse files Browse the repository at this point in the history
  • Loading branch information
sithis committed Jun 21, 2017
1 parent 118efb4 commit 355a8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crypter/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 355a8cd

Please sign in to comment.