Automatically add versioning to config.plist

This commit is contained in:
Mykola Grymalyuk
2021-03-01 13:37:49 -07:00
parent 655eac32b1
commit b7f895e940
4 changed files with 37 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ system_profiler SPHardwareDataType | grep 'Model Identifier'
response = None
while not (response and response == -1):
title = [
f"OpenCore Legacy Patcher v{PATCHER_VERSION}",
f"OpenCore Legacy Patcher v{self.constants.patcher_version}",
f"Selected Model: {self.custom_model or self.current_model}"
]