mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
actually change the note indicators for unofficial builds
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user