Skip to content

Commit 6a461f9

Browse files
committed
修复打包
1 parent 638f73c commit 6a461f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<Target Name="CopyWpfAssetsFile" AfterTargets="AfterBuild">
3-
<Copy SourceFiles="$(MSBuildThisFileDirectory)..\Assets\**\*" DestinationFiles="$(OutputPath)\" SkipUnchangedFiles="True"></Copy>
3+
<Copy SourceFiles="$(MSBuildThisFileDirectory)..\Assets\**\*" DestinationFolder="$(OutputPath)\" SkipUnchangedFiles="True"></Copy>
44
</Target>
55
</Project>

0 commit comments

Comments
 (0)