【配置】添加硬核渠道,先遣打包配置,热更删除默认密码
parent
3b6c4c279f
commit
84cfa3e2c9
|
@ -15,12 +15,14 @@ public class AutoPack : EditorWindow
|
||||||
new string[]{ "灵动专服-正式", "Logo_gn_zf_release", "MHT_GN_ZF_RELEASE" , "china/zf_test"},
|
new string[]{ "灵动专服-正式", "Logo_gn_zf_release", "MHT_GN_ZF_RELEASE" , "china/zf_test"},
|
||||||
new string[]{ "喜扑", "Logo_cn_xipu", "MHT_CN_XIPU", "china/zf_test"},
|
new string[]{ "喜扑", "Logo_cn_xipu", "MHT_CN_XIPU", "china/zf_test"},
|
||||||
new string[]{ "草花", "Logo_cn_caohua", "MHT_CN_MIDDLE_WARE" , "china/zf_test"},
|
new string[]{ "草花", "Logo_cn_caohua", "MHT_CN_MIDDLE_WARE" , "china/zf_test"},
|
||||||
|
new string[]{ "Quick", "Logo_cn_quick", "MHT_CN_QUICK" , "china/local"},
|
||||||
|
|
||||||
// 灵动商务
|
// 灵动商务
|
||||||
new string[]{ "灵动商务", "Logo_mht_sw", "MHT_GN_SW" , "china/mht_sw"},
|
new string[]{ "灵动商务", "Logo_mht_sw", "MHT_GN_SW" , "china/mht_sw"},
|
||||||
|
|
||||||
|
|
||||||
//先遣
|
//先遣
|
||||||
|
new string[]{ "先遣-测试", "LogoChinaXQCS", "MHT_GN_XQ_TEST", "china/test"},
|
||||||
|
new string[]{ "先遣", "LogoChinaXQ", "MHT_GN_XQ", "china/test"},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -380,7 +380,7 @@ namespace GameEditor.FrameTool
|
||||||
static Dictionary<string, HotFixConfig> _HotFixConfigDic = new Dictionary<string, HotFixConfig>();
|
static Dictionary<string, HotFixConfig> _HotFixConfigDic = new Dictionary<string, HotFixConfig>();
|
||||||
static string benchName = "";
|
static string benchName = "";
|
||||||
public static string _HotFixProjectPath;
|
public static string _HotFixProjectPath;
|
||||||
static string _Password = "tcx123";
|
static string _Password = "";
|
||||||
static bool _IsUpdateCDN = false;
|
static bool _IsUpdateCDN = false;
|
||||||
static bool _IsGitPull = false;
|
static bool _IsGitPull = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue