mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
Support crash logging in CLI code
This commit is contained in:
@@ -52,6 +52,9 @@ class UpdateFrame(wx.Frame):
|
||||
version_label = dict[key]["Version"]
|
||||
url = dict[key]["Link"]
|
||||
break
|
||||
else:
|
||||
wx.MessageBox("Failed to get update info", "Critical Error")
|
||||
sys.exit(1)
|
||||
|
||||
self.version_label = version_label
|
||||
self.url = url
|
||||
|
||||
Reference in New Issue
Block a user