Updater: kinda confused how this didn't work?

This commit is contained in:
Evan Husted
2024-11-06 19:55:58 -06:00
parent 02e8278438
commit 640d7f9e77
2 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ namespace Ryujinx.UI.Common.Models.Github
public class GithubReleasesJsonResponse
{
public string Name { get; set; }
public string TagName { get; set; }
public List<GithubReleaseAssetJsonResponse> Assets { get; set; }
}
}