missed the projects/ API endpoint part

merge-requests/156/head Canary-1.3.69
GreemDev 2025-06-03 18:38:22 -05:00
parent 8f5102aa2a
commit d688fed7d2
1 changed files with 1 additions and 1 deletions

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";
}
}
}