Switch to the official clover repo

As Dids' clover-builder repo pulls its sources from sourceforge, but Slice has moved to github - it is behind.  The latest version available on sf right now is r5093 which seems to have a number of issues with network kexts in the internet install environment.
This commit is contained in:
CorpNewt 2019-10-12 18:29:07 -05:00 committed by GitHub
parent 2b4fa05f47
commit 0769a0f088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ class WinUSB:
self.z_name = "7z.exe"
self.bi_url = "https://raw.githubusercontent.com/corpnewt/gibMacOS/master/Scripts/BOOTICEx64.exe"
self.bi_name = "BOOTICEx64.exe"
self.clover_url = "https://api.github.com/repos/dids/clover-builder/releases/latest"
# self.clover_url = "https://api.github.com/repos/dids/clover-builder/releases/latest"
self.clover_url = "https://api.github.com/repos/CloverHackyColor/CloverBootloader/releases/latest"
# From Tim Sutton's brigadier: https://github.com/timsutton/brigadier/blob/master/brigadier
self.z_path = None
self.z_path64 = os.path.join(os.environ['SYSTEMDRIVE'] + "\\", "Program Files", "7-Zip", "7z.exe")