|
|
@@ -6,13 +6,11 @@ using Game.Config;
|
|
|
using System;
|
|
|
using System.Reflection;
|
|
|
using System.IO;
|
|
|
-<<<<<<< .mine
|
|
|
+
|
|
|
using System.Text;
|
|
|
|
|
|
-=======
|
|
|
using System.IO.Compression;
|
|
|
|
|
|
->>>>>>> .theirs
|
|
|
public class CheckHotUpdateRes : EditorWindow
|
|
|
{
|
|
|
|
|
|
@@ -346,15 +344,15 @@ public class CheckHotUpdateRes : EditorWindow
|
|
|
|
|
|
byte[] mdatas = File.ReadAllBytes(datapath + curResInfo.mainfestFileName);
|
|
|
|
|
|
-<<<<<<< .mine
|
|
|
+
|
|
|
ChangedataUrls.Append($"http://weix.vvfyj.cn/res/WDAndroidRes/{ info.mainfestFileName}\n\r");
|
|
|
ChangedataUrls.Append($"http://weix.vvfyj.cn/res/WDAndroidRes/{ info.VersionFileName}\n\r");
|
|
|
- FileHelper.WirteToFile($"{info.OutputPath}/{info.mainfestFileName}", mdatas);
|
|
|
-=======
|
|
|
+ //FileHelper.WirteToFile($"{info.OutputPath}/{info.mainfestFileName}", mdatas);
|
|
|
+
|
|
|
FileHelper.WirteToFile($"{outP}/{curResInfo.mainfestFileName}", mdatas);
|
|
|
|
|
|
|
|
|
->>>>>>> .theirs
|
|
|
+
|
|
|
FileHelper.WirteToFile($"{info.OutputPath}/ChangeFileUrls.txt", Encoding.UTF8.GetBytes(ChangedataUrls.ToString()));
|
|
|
|
|
|
}
|