Skip to content

Commit c33e812

Browse files
committed
remove dll copy step as it is automatically done when dotnet build with rid
1 parent bdc3bfc commit c33e812

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,4 @@
6363
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.10" />
6464
</ItemGroup>
6565

66-
<!--<Target Name="CopyDLLs" AfterTargets="Build">
67-
<Message Text="Executing CopyDLLs task" Importance="High" />
68-
<Copy SourceFiles="$(TargetDir)\runtimes\win-x64\native\SQLite.Interop.dll" DestinationFolder="$(TargetDir)\x64" />
69-
<Copy SourceFiles="$(TargetDir)\runtimes\win-x86\native\SQLite.Interop.dll" DestinationFolder="$(TargetDir)\x86" />
70-
</Target>
71-
72-
<Target Name="DeleteRuntimesFolder" AfterTargets="CopyDLLs">
73-
<Message Text="Deleting runtimes folder" Importance="High" />
74-
<RemoveDir Directories="$(TargetDir)\runtimes" />
75-
</Target>-->
76-
7766
</Project>

0 commit comments

Comments
 (0)