Skip to content

Commit 8faed7e

Browse files
authored
ModAPI.Common: update Spore-ModAPI URL (#10)
1 parent 2a4683b commit 8faed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModAPI.Common/Update/DllsUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static Version ParseGithubVersion(string str)
5858
/// <returns></returns>
5959
public static bool HasDllsUpdate(out GithubRelease release)
6060
{
61-
release = GetLatestGithubRelease("emd4600", "Spore-ModAPI");
61+
release = GetLatestGithubRelease("Spore-Community", "Spore-ModAPI");
6262
var updateVersion = ParseGithubVersion(release.tag_name);
6363

6464
return updateVersion > UpdateManager.CurrentDllsBuild;

0 commit comments

Comments
 (0)