【打包工具】修复在pc平台报错的问题

dev_chengFeng
gaoxin 2021-05-27 10:59:34 +08:00
parent 538c8d984e
commit 20d671c61c
1 changed files with 4 additions and 0 deletions

View File

@ -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;