From bd3b147002cd6cab779b8744f4d0b0c0d24cb5ae Mon Sep 17 00:00:00 2001 From: VewDev Date: Sat, 25 Apr 2026 11:48:52 +0000 Subject: [PATCH] fix: broken updater (!35) Fix an error where the updater doesn't work by throwing a missing method exception. This is caused by the UpdateClient package not being bumped along with the Common one, causing a mismatch in methods. Fixes https://github.com/Ryubing/Issues/issues/358 Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/35 --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 5c7892bad..fc5ad12f8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -43,7 +43,7 @@ - +