From 20d671c61c3546894a1e473d1adef1ca8bb33db0 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Thu, 27 May 2021 10:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=89=93=E5=8C=85=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=E5=9C=A8pc=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Editor/AutoPack.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Editor/AutoPack.cs b/Assets/Editor/AutoPack.cs index 004d5f037d..c0d1ee269d 100644 --- a/Assets/Editor/AutoPack.cs +++ b/Assets/Editor/AutoPack.cs @@ -21,6 +21,10 @@ public class AutoPack : EditorWindow static string Platform = "IOS"; static string ConfigFileName = "config.txt"; static string VersionFileName = "game.info"; +#else + static string Platform = "Android"; + static string ConfigFileName = "config.txt"; + static string VersionFileName = "version.txt"; #endif static string MomPackPath;