【打包工具】修复在pc平台报错的问题
parent
538c8d984e
commit
20d671c61c
|
@ -21,6 +21,10 @@ public class AutoPack : EditorWindow
|
||||||
static string Platform = "IOS";
|
static string Platform = "IOS";
|
||||||
static string ConfigFileName = "config.txt";
|
static string ConfigFileName = "config.txt";
|
||||||
static string VersionFileName = "game.info";
|
static string VersionFileName = "game.info";
|
||||||
|
#else
|
||||||
|
static string Platform = "Android";
|
||||||
|
static string ConfigFileName = "config.txt";
|
||||||
|
static string VersionFileName = "version.txt";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static string MomPackPath;
|
static string MomPackPath;
|
||||||
|
|
Loading…
Reference in New Issue