Compare commits

..

1 Commits

Author SHA1 Message Date
GreemDev
d688fed7d2 missed the projects/ API endpoint part 2025-06-03 18:38:22 -05:00

View File

@@ -131,7 +131,7 @@ namespace Ryujinx.Ava.Systems
public override string ToString() => $"{Group}/{Project}";
public string GetLatestReleaseApiUrl() =>
$"https://git.ryujinx.app/api/v4/{Id}/releases/permalink/latest";
$"https://git.ryujinx.app/api/v4/projects/{Id}/releases/permalink/latest";
}
}
}