From 511aad18a7bf95510f65d083be69a834fb668105 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 29 4月 2025 13:25:39 +0800 Subject: [PATCH] 22 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj index fa4f1fb..7de6a9b 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj @@ -12,12 +12,12 @@ <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))"> <CMSRootPath>D:\Program Files\CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.messuite</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.pipelinelems</OutputPath> </PropertyGroup> <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))"> <CMSRootPath>/Volumes/SSD/CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.messuite</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.pipelinelems</OutputPath> </PropertyGroup> <ItemGroup> -- Gitblit v1.9.3