[frontend] Fix nightly update checker (#3444)

Splitting

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3444
This commit is contained in:
crueter 2026-02-01 20:38:02 +01:00
parent a5f1c2bcb0
commit 5113f503d1
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
8 changed files with 82 additions and 43 deletions

View file

@ -19,4 +19,5 @@ typedef struct {
std::optional<std::string> GetResponse(std::string url, std::string path);
std::optional<Update> GetLatestRelease(bool include_prereleases);
std::optional<Update> GetUpdate();
} // namespace UpdateChecker