Commit ab5f0191 authored by mercury233's avatar mercury233

fix check update cache

parent 8af8e3c4
......@@ -50,6 +50,8 @@ public class Menu : WindowServantSP
string ver = verFile[0];
string url = verFile[1];
UnityWebRequest www = UnityWebRequest.Get(url);
www.SetRequestHeader("Cache-Control", "max-age=0, no-cache, no-store");
www.SetRequestHeader("Pragma", "no-cache");
yield return www.Send();
try
{
......
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