mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove dll copy step as it is automatically done when dotnet build with rid
This commit is contained in:
parent
bdc3bfc6b8
commit
c33e8127ea
1 changed files with 0 additions and 11 deletions
|
|
@ -63,15 +63,4 @@
|
|||
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.10" />
|
||||
</ItemGroup>
|
||||
|
||||
<!--<Target Name="CopyDLLs" AfterTargets="Build">
|
||||
<Message Text="Executing CopyDLLs task" Importance="High" />
|
||||
<Copy SourceFiles="$(TargetDir)\runtimes\win-x64\native\SQLite.Interop.dll" DestinationFolder="$(TargetDir)\x64" />
|
||||
<Copy SourceFiles="$(TargetDir)\runtimes\win-x86\native\SQLite.Interop.dll" DestinationFolder="$(TargetDir)\x86" />
|
||||
</Target>
|
||||
|
||||
<Target Name="DeleteRuntimesFolder" AfterTargets="CopyDLLs">
|
||||
<Message Text="Deleting runtimes folder" Importance="High" />
|
||||
<RemoveDir Directories="$(TargetDir)\runtimes" />
|
||||
</Target>-->
|
||||
|
||||
</Project>
|
||||
Loading…
Reference in a new issue