.
This commit is contained in:
parent
dbd220fcfc
commit
b1b42d5258
@ -146,7 +146,16 @@ namespace BFEditor.Build
|
||||
PlayerSettings.SetScriptingDefineSymbolsForGroup(BuildTargetGroup.Android, symbols);
|
||||
Debug.Log("[bfinfo]设置defineSymbols: " + symbols);
|
||||
|
||||
PlayerSettings.productName = "Pull Pull Pull Heroes";
|
||||
// 商品名称
|
||||
// 应用名
|
||||
if (buildInfo.IsPublish())
|
||||
{
|
||||
PlayerSettings.productName = "Knights Combo";
|
||||
}
|
||||
else
|
||||
{
|
||||
PlayerSettings.productName = "b6-dev";
|
||||
}
|
||||
EditorUserBuildSettings.development = false;
|
||||
EditorUserBuildSettings.androidBuildType = AndroidBuildType.Release;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user