【m】删除main打包版本号更新

This commit is contained in:
2025-06-19 15:33:28 +08:00
parent 2a50338341
commit e369b658ae
2 changed files with 4 additions and 16 deletions

View File

@@ -274,18 +274,6 @@ namespace Stary.Evo.Editor
[HideLabel]
public BuildAssetEntity onBuildPipelineEntity;
// [BoxGroup("Build", showLabel: false)]
// [TitleGroup("Build/UpdateAssetButton", alignment: TitleAlignments.Centered)]
// // [ShowIf("@ BuildAssetDataSetting.environmentType== EnvironmentType.Release ", true)]
// [ReadOnly]
// [InfoBox("服务器资源盘位未存在", InfoMessageType.Error, "@ _isCheckDriveExist==false")]
// [InfoBox("1、映射网络驱动器\n2、添加http://192.168.31.100:5005/alist/HotRefresh地址\n3、设置盘符为Z盘", InfoMessageType.Info,
// "@ _isCheckDriveExist==false")]
// [HideIf(
// "@ selectedPackageNames==\"Main\" ||BuildAssetDataSetting.environmentType!= EnvironmentType.Release || buildAssetType!= BuildAssetType.Build")]
// public string updateServerPath;
[BoxGroup("Build", showLabel: false)]
[Title("上传资源", titleAlignment: TitleAlignments.Centered)]
[HideLabel]

View File

@@ -123,10 +123,10 @@ namespace Stary.Evo.Editor
public virtual void ExecuteBuild()
{
// GetPackageVersion();
if (dataSetting.packageName == "Main")
{
dataSetting.GetBuildPackageVersion(true);
}
// if (dataSetting.packageName == "Main")
// {
// dataSetting.GetBuildPackageVersion(true);
// }
}