actually change the note indicators for unofficial builds

This commit is contained in:
13xforever
2025-07-28 22:42:28 +05:00
parent cfd9bc9312
commit 37120483e0

View File

@@ -473,11 +473,11 @@ internal static partial class LogParserResult
else if (items["build_unknown"] is "local_build")
{
if (items["build_commit"] is { Length: > 0 } commit && commit.Contains("AUR"))
notes.Add(" Unofficial AUR builds are not supported");
notes.Add(" Unofficial AUR builds are not supported");
else if (items["build_number"] is "1" && items["os_type"] is "Linux")
notes.Add(" Flatpak builds are not supported");
notes.Add(" Flatpak builds are not supported");
else
notes.Add(" Unofficial builds are not supported");
notes.Add(" Unofficial builds are not supported");
}
if (DesIds.Contains(serial))