Commit 07345d64 authored by SherryChaos's avatar SherryChaos

update link update

parent 0bec797c
......@@ -27,7 +27,7 @@ namespace MDPro3
private IEnumerator CheckUpdate()
{
yield return new WaitForSeconds(1);
var www = UnityWebRequest.Get("https://code.mycard.moe/sherry_chaos/MDPro2_Version/-/raw/master/ver.txt");
var www = UnityWebRequest.Get("https://code.mycard.moe/sherry_chaos/MDPro3/-/raw/master/Version.txt");
www.SetRequestHeader("Cache-Control", "max-age=0, no-cache, no-store");
www.SetRequestHeader("Pragma", "no-cache");
yield return www.SendWebRequest();
......
0.5.1
\ No newline at end of file
0.5.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment