mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-13 01:51:09 +00:00
Updater: kinda confused how this didn't work?
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user