old"> 37
return true;
}
if(!new File(patchSavePath).exists()){
@@ -44,6 +56,6 @@ public class PatchManager extends IPatchManager{
@Override
protected void afterPatchSuccess() {
- Preferences.getInstance(context).setPatchMD5(md5);
+ Preferences.getInstance(context).setPatchUrl(patchUrl);
}
}
@@ -86,5 +86,5 @@ public class UrlContainer {
|
||
| 86 | 86 |
|
| 87 | 87 |
public static final String TOUR_INFO_URL = HOST_URL +"pai2/tginfo"; |
| 88 | 88 |
|
| 89 |
- public static final String PATCH_CONFIG_URL = HOST_URL+"patch"; |
|
| 89 |
+ public static final String PATCH_CONFIG_URL = HOST_URL+"op/patch"; |
|
| 90 | 90 |
} |