mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 02:34:33 +10:00
Add AMFIPass (#1051)
This commit is contained in:
@@ -48,10 +48,8 @@ class UpdateFrame(wx.Frame):
|
||||
if url == "" or version_label == "":
|
||||
dict = updates.CheckBinaryUpdates(self.constants).check_binary_updates()
|
||||
if dict:
|
||||
for key in dict:
|
||||
version_label = dict[key]["Version"]
|
||||
url = dict[key]["Link"]
|
||||
break
|
||||
version_label = dict["Version"]
|
||||
url = dict["Link"]
|
||||
else:
|
||||
wx.MessageBox("Failed to get update info", "Critical Error")
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user