mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:31:59 +00:00
fix dumb error in plugin install if the hash doesn't match
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ class PluginBrowser:
|
|||||||
else:
|
else:
|
||||||
logger.fatal(f"Failed Downloading Remote Binaries")
|
logger.fatal(f"Failed Downloading Remote Binaries")
|
||||||
else:
|
else:
|
||||||
self.log.fatal(f"SHA-256 Mismatch!!!! {name} (Version: {version})")
|
logger.fatal(f"SHA-256 Mismatch!!!! {name} (Version: {version})")
|
||||||
if self.loader.watcher:
|
if self.loader.watcher:
|
||||||
self.loader.watcher.disabled = False
|
self.loader.watcher.disabled = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user