Update GPU compatibility message

This commit is contained in:
Hoang Hong Quan
2025-10-22 19:03:45 +07:00
parent 9e7ec1da2c
commit 945d7a5c77
+2 -3
View File
@@ -190,9 +190,8 @@ class CompatibilityChecker:
if max_supported_gpu_version == min_supported_gpu_version and max_supported_gpu_version == None: if max_supported_gpu_version == min_supported_gpu_version and max_supported_gpu_version == None:
print("") print("")
print("No compatible GPU for macOS was found!") print("You cannot install macOS without a supported GPU.")
if self.hardware_report.get("Motherboard").get("Platform") == "Desktop": print("Please do NOT spam my inbox or issue tracker about this issue anymore!")
print("Consider purchasing a compatible GPU for your system.")
print("") print("")
self.utils.request_input() self.utils.request_input()
self.utils.exit_program() self.utils.exit_program()