mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-16 00:39:57 -05:00
Update GitHub source URL for UpdateManager
This commit is contained in:
parent
6a52bab2d2
commit
02586d5c79
|
|
@ -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 {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user