GUI Installer: Support chainloading

This commit is contained in:
Mykola Grymalyuk
2024-08-30 14:45:24 -06:00
parent 24cc303530
commit fccde7214b
2 changed files with 51 additions and 0 deletions

View File

@@ -205,6 +205,9 @@ class MetalLibraryObject:
Check if a metallib is already installed
"""
if self.ignore_installed:
return None
if not Path(METALLIB_INSTALL_PATH).exists():
return None