update samples

pull/62/head
hevinci 2022-12-26 00:49:40 +08:00
parent f3e3f7cf85
commit fd4b6794cc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ namespace YooAsset.Editor
EditorTools.CopyFile(sourcePath, destPath, true);
}
{
string fileName = YooAssetSettingsData.GetPatchManifestVersionFileName(patchManifest.PackageName);
string fileName = YooAssetSettingsData.GetPackageVersionFileName(patchManifest.PackageName);
string sourcePath = $"{outputDirectory}/{fileName}";
string destPath = $"{AssetBundleBuilderHelper.GetStreamingAssetsFolderPath()}/{fileName}";
EditorTools.CopyFile(sourcePath, destPath, true);