From b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期六, 02 十一月 2024 10:56:50 +0800 Subject: [PATCH] 优化程序 --- PdmAlert/PdmAlert.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PdmAlert/PdmAlert.csproj b/PdmAlert/PdmAlert.csproj index 924b67b..2351bde 100644 --- a/PdmAlert/PdmAlert.csproj +++ b/PdmAlert/PdmAlert.csproj @@ -179,7 +179,7 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> - <PostBuildEvent>xcopy "C:\Main\Workspace\VisualStudio\CommonUpdater\AutoUpdater\bin\x64\$(ConfigurationName)\" "$(TargetDir)AutoUpdater\" /S /Y + <PostBuildEvent>xcopy "D:\Workspace\CommonUpdater\AutoUpdater\bin\x64\$(ConfigurationName)\" "$(TargetDir)AutoUpdater\" /S /Y IF "$(ConfigurationName)"=="Release" GOTO PRE GOTO END @@ -189,7 +189,7 @@ GOTO END :END -xcopy "$(TargetDir)Settings\UpdaterSetting.xml" "$(TargetDir)AutoUpdater\Settings\UpdaterSetting.xml" /Y +echo f| xcopy "$(TargetDir)Settings\UpdaterSetting.xml" "$(TargetDir)AutoUpdater\Settings\UpdaterSetting.xml" /E /Y </PostBuildEvent> </PropertyGroup> -- Gitblit v1.9.1