diff --git a/resources/build/build.py b/resources/build/build.py index 8144de33d..07615dafd 100644 --- a/resources/build/build.py +++ b/resources/build/build.py @@ -74,7 +74,8 @@ class build_opencore: logging.info("Deleting old copy of OpenCore folder") shutil.rmtree(self.constants.opencore_release_folder, onerror=rmtree_handler, ignore_errors=True) - logging.info(f"\n- Adding OpenCore v{self.constants.opencore_version} {self.constants.opencore_build}") + logging.info("") + logging.info(f"- Adding OpenCore v{self.constants.opencore_version} {self.constants.opencore_build}") shutil.copy(self.constants.opencore_zip_source, self.constants.build_path) zipfile.ZipFile(self.constants.opencore_zip_copied).extractall(self.constants.build_path) diff --git a/resources/gui/gui_main.py b/resources/gui/gui_main.py index 70538abfe..165367b19 100644 --- a/resources/gui/gui_main.py +++ b/resources/gui/gui_main.py @@ -1887,9 +1887,6 @@ class wx_python_gui: wx.App.Get().Yield() integrity_path = Path(Path(self.constants.payload_path) / Path(apple_integrity_file_link.split("/")[-1])) - integrity_download = network_handler.DownloadObject(apple_integrity_file_link, integrity_path) - integrity_download.download(spawn_thread=False) - if network_handler.DownloadObject(apple_integrity_file_link, integrity_path).download_simple(verify_checksum=False): # If we're unable to download the integrity file immediately after downloading the IA, there's a legitimate issue # on Apple's end.