mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add integrity checking for downloaded files
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class SMBIOS:
|
||||
if download_history:
|
||||
product_index = self.g.get_product_index(download_history, "OpenCorePkg")
|
||||
|
||||
if product_index:
|
||||
if product_index is not None:
|
||||
download_history.pop(product_index)
|
||||
self.utils.write_file(self.g.download_history_file, download_history)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user