Clean up leftovers

This commit is contained in:
Mykola Grymalyuk
2020-11-30 21:37:00 -07:00
parent 78d6176707
commit fad6ae251a
5 changed files with 27 additions and 11 deletions
+5 -1
View File
@@ -62,4 +62,8 @@ opencore_path_done = os.path.join(current_path, "Build-Folder/" "OpenCore-v%s" %
build_path = os.path.join(current_path, r'Build-Folder/')
# Tools
macserial_path = os.path.join(current_path, "payloads/" "Tools")
macserial_path = os.path.join(current_path, "payloads/" "Tools")
# Icons
icon_path = os.path.join(current_path, "payloads/Icon/" ".VolumeIcon.icns")