From 78edc3cd184d8ed128fc85fb237a0be1f83ddca4 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Sun, 15 Mar 2020 23:31:11 +1300 Subject: [PATCH] no message --- GayMaker/Update.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GayMaker/Update.cs b/GayMaker/Update.cs index 477adf2..3064f3a 100644 --- a/GayMaker/Update.cs +++ b/GayMaker/Update.cs @@ -27,7 +27,7 @@ namespace GayMaker { WebClient wc = new WebClient(); wc.CachePolicy = new RequestCachePolicy(RequestCacheLevel.NoCacheNoStore); - String UpdateString = wc.DownloadString("https://bitbucket.org/SilicaAndPina/gaymaker/raw/master/latest.md"); + String UpdateString = wc.DownloadString("https://raw.githubusercontent.com/KuromeSan/GayMaker/master/latest.md"); String[] Data = UpdateString.Split('~'); String UpdateUrl = Data[1]; wc.Dispose();