diff --git a/gui/gui_main.py b/gui/gui_main.py index 17decbfe4..f0b628ed8 100644 --- a/gui/gui_main.py +++ b/gui/gui_main.py @@ -1139,7 +1139,7 @@ class wx_python_gui: sys.stdout = self.stock_stdout self.download_label.SetLabel(f"Finished Downloading {installer_name}") self.download_label.Centre(wx.HORIZONTAL) - + wx.App.Get().Yield() # Update Label: sys.stdout=menu_redirect.RedirectLabelAll(self.download_label) sys.stderr=menu_redirect.RedirectLabelAll(self.download_label) diff --git a/payloads/Tools/OCLP-Helper b/payloads/Tools/OCLP-Helper index 0a55dee05..beb4d2cac 100755 Binary files a/payloads/Tools/OCLP-Helper and b/payloads/Tools/OCLP-Helper differ