File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments