From 7c622e4f2010e3926769d0e9b79656ba0d17b7cd Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 02 十一月 2018 14:42:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Login/LaunchPostProcess.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Core/GameEngine/Login/LaunchPostProcess.cs b/Core/GameEngine/Login/LaunchPostProcess.cs
index 6049def..335f53a 100644
--- a/Core/GameEngine/Login/LaunchPostProcess.cs
+++ b/Core/GameEngine/Login/LaunchPostProcess.cs
@@ -42,6 +42,11 @@
DirtyNameConfig.Init();
NewBieCenter.Instance.Init();
+ if (Application.isMobilePlatform)
+ {
+ AssetDeCompressTask.Delete7zFiles(ResourcesPath.Instance.ExternalStorePath);
+ }
+
DebugEx.LogFormat("瑙f瀽閰嶇疆琛ㄨ�楁椂锛歿0}", Time.time - startTime);
}
catch (Exception ex)
--
Gitblit v1.8.0