Update AppImage

This commit is contained in:
MacRimi
2025-10-14 13:37:48 +02:00
parent 792df08c78
commit 70b5f91f82
2 changed files with 74 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ const getMonitoringToolRecommendation = (vendor: string): string => {
}
if (lowerVendor.includes("amd") || lowerVendor.includes("ati")) {
return "To get extended GPU monitoring information, please install radeontop package."
return "To get extended GPU monitoring information, please install amdgpu_top package. Download from: https://github.com/Umio-Yasuno/amdgpu_top/releases"
}
return "To get extended GPU monitoring information, please install the appropriate GPU monitoring tools for your hardware."
}