update samples

This commit is contained in:
hevinci
2022-12-26 00:49:40 +08:00
parent f3e3f7cf85
commit fd4b6794cc

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);