From 0f236742d9636c7bea556af013cce93cfa0bb615 Mon Sep 17 00:00:00 2001 From: Enerdy Date: Fri, 4 Jul 2014 21:40:43 +0100 Subject: [PATCH] Update updateUrl, add update file --- TShockAPI/UpdateManager.cs | 2 +- tshock_update.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tshock_update.json diff --git a/TShockAPI/UpdateManager.cs b/TShockAPI/UpdateManager.cs index 27563744..f6bc133b 100644 --- a/TShockAPI/UpdateManager.cs +++ b/TShockAPI/UpdateManager.cs @@ -26,7 +26,7 @@ namespace TShockAPI { internal class UpdateManager { - private static string updateUrl = "http://shankshock.com/tshock-update.json"; + private static string updateUrl = "https://github.com/NyxStudios/TShock/blob/general-devel/tshock_update.json?raw=true"; public static DateTime lastcheck = DateTime.MinValue; /// diff --git a/tshock_update.json b/tshock_update.json new file mode 100644 index 00000000..1436a24f --- /dev/null +++ b/tshock_update.json @@ -0,0 +1,4 @@ +{ + "version": "4.2.3.0702", + "changes": "Latest release containing new features and bugfixes.\nhttp://tshock.co/xf/index.php?threads/tshock-4-2-3-for-terraria-1-2-4-1.2993/" +} \ No newline at end of file