Skip to content

Commit c8535db

Browse files
committed
Reference platform native lib path
1 parent 9c3e5bf commit c8535db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

windows/src/main/csharp/Cyberduck.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<Content Include="$(TargetBuildDir)lib\jnidispatch.dll;$(TargetBuildDir)lib\winsparkle.dll">
23-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24-
<Link>$(Filename)$(Extension)</Link>
25-
</Content>
22+
<Content Include="$(TargetBuildDir)lib\$(Platform)\jnidispatch.dll;$(TargetBuildDir)lib\$(Platform)\winsparkle.dll" CopyToOutputDirectory="PreserveNewest" />
2623
<Content Include="$(CyberduckDir)cyberduck-application.ico" CopyToOutputDirectory="PreserveNewest" />
2724
<Content Include="$(CyberduckDir)cyberduck-document.ico" CopyToOutputDirectory="PreserveNewest" />
2825
</ItemGroup>

0 commit comments

Comments
 (0)