Skip to content

Commit 826ad3e

Browse files
committed
ModApi.UpdateManager: change URL to Github repo
1 parent 1c76cbc commit 826ad3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ModApi.UpdateManager/UpdateManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace ModApi.UpdateManager
1515
public static class UpdateManager
1616
{
1717
public static bool Development = false;
18-
public static string PathPrefix = "https://update.launcherkit.sporecommunity.com/";
18+
public static string PathPrefix = "https://github.com/Spore-Community/modapi-launcher-kit/releases/latest/download/";
1919
public static string AppDataPath = Environment.ExpandEnvironmentVariables(@"%appdata%\Spore ModAPI Launcher");
2020
public static string UpdateInfoDestPath = Path.Combine(AppDataPath, "update.info");
2121
public static string CurrentInfoDestPath = Path.Combine(AppDataPath, "current.info");
@@ -236,4 +236,4 @@ static void ShowUnrecognizedUpdateInfoVersionMessage()
236236
MessageBox.Show("This update to the Spore ModAPI Launcher Kit must be downloaded manually.");
237237
}
238238
}
239-
}
239+
}

0 commit comments

Comments
 (0)