修改包名

main
ZhuoZhou 2025-09-26 16:20:16 +08:00
parent e1fa1e6b45
commit 5667bef4ec
2 changed files with 2 additions and 2 deletions

View File

@ -365,7 +365,7 @@ public static class BuildBundlesHelper
{
Debug.LogError($"不存在的目录:{dir}");
}
var levelName = "ProfilesFeature";
var levelName = "ProfilesFeatureV2";
AssetBundleCollectorPackage package = new AssetBundleCollectorPackage();
package.PackageName = levelName;

View File

@ -349,7 +349,7 @@ def build_package():
is_build_success = False
# 热更Bundles文件输出文件夹Unity输出的源文件
output_dir = f"{RESOURCE_ROOT}/{platform}"
bundle_file_path = output_dir + "/ProfilesFeature/" + build_number
bundle_file_path = output_dir + "/ProfilesFeatureV2/" + build_number
if (platform == "Android" or platform == "iOS") and os.path.exists(output_dir):
isAppendNewLine = False
if not os.path.exists(bundle_file_path):