From 02586d5c799effb6fc3c852e70959ebfa4cf387f Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 19 Oct 2025 16:01:25 +0200 Subject: [PATCH] Update GitHub source URL for UpdateManager --- DS_Map/Helpers.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS_Map/Helpers.cs b/DS_Map/Helpers.cs index 73ecb67..4444daf 100644 --- a/DS_Map/Helpers.cs +++ b/DS_Map/Helpers.cs @@ -40,7 +40,7 @@ namespace DSPRE { public static void CheckForUpdates(bool silent = true) { AppLogger.Info("Checking for updates..."); - var mgr = new UpdateManager(new GithubSource("https://github.com/Mixone-FinallyHere/DS-Pokemon-Rom-Editor", "", prerelease: false)); + var mgr = new UpdateManager(new GithubSource("https://github.com/DS-Pokemon-Rom-Editor/DSPRE", "", prerelease: false)); var newVersion = mgr.CheckForUpdates(); if (newVersion == null) @@ -941,4 +941,4 @@ namespace DSPRE { } } -} \ No newline at end of file +}