Sync changelog

This commit is contained in:
Mykola Grymalyuk
2021-04-24 10:35:22 -06:00
parent e86b48e0fc
commit a5998cb226
5 changed files with 24 additions and 11 deletions
+2 -1
View File
@@ -70,6 +70,7 @@ class BuildOpenCore:
def build_efi(self):
Utilities.cls()
print(f"Building Configuration for model: {self.model}")
if not Path(self.constants.build_path).exists():
Path(self.constants.build_path).mkdir()
print("Created build folder")
@@ -585,7 +586,7 @@ class BuildOpenCore:
self.cleanup()
self.sign_files()
print("")
print("Your OpenCore EFI has been built at:")
print(f"Your OpenCore EFI for {self.model} has been built at:")
print(f" {self.constants.opencore_release_folder}")
print("")
if self.constants.gui_mode is False: