diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index eab501b47..db88cda4b 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -24,6 +24,7 @@ while MainMenu: print("###################################################") print(" OpenCore Legacy patcher v%s" % patcher_version) print(" Current Model: %s" % BuildOpenCore.current_model) + print(Versions.current_path) print("###################################################") print("") if BuildOpenCore.current_model not in ModelArray.SupportedSMBIOS: diff --git a/Resources/Versions.py b/Resources/Versions.py index b8925d711..0821df5f7 100644 --- a/Resources/Versions.py +++ b/Resources/Versions.py @@ -25,6 +25,8 @@ io80211high_sierra_version = "1.0.0" io80211mojave_version = "1.0.0" # List current location +os.chdir(os.path.dirname(os.path.realpath(__file__))) +os.chdir("..") current_path = os.getcwd() # Payload Location