mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
reroute_payloads.py: Adjust message
This commit is contained in:
@@ -28,7 +28,7 @@ class RoutePayloadDiskImage:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if self.constants.wxpython_variant is True and not self.constants.launcher_script:
|
if self.constants.wxpython_variant is True and not self.constants.launcher_script:
|
||||||
logging.info("Running in Binary GUI mode, switching to tmp directory")
|
logging.info("Running in compiled binary, switching to tmp directory")
|
||||||
self.temp_dir = tempfile.TemporaryDirectory()
|
self.temp_dir = tempfile.TemporaryDirectory()
|
||||||
logging.info(f"New payloads location: {self.temp_dir.name}")
|
logging.info(f"New payloads location: {self.temp_dir.name}")
|
||||||
logging.info("Creating payloads directory")
|
logging.info("Creating payloads directory")
|
||||||
|
|||||||
Reference in New Issue
Block a user