mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-18 01:27:02 +02:00
[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:
parent
a5f1c2bcb0
commit
5113f503d1
8 changed files with 82 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue