Skip to content

Commit

Permalink
Update amazon-s3-gst-plugin.targets
Browse files Browse the repository at this point in the history
Fixing a Typo that was not caught
  • Loading branch information
saraboule authored Aug 10, 2023
1 parent 2194d41 commit b05a522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amazon-s3-gst-plugin.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Link>gsts3elements.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="$(MSBuildThisFileDirectory)\..\lib\native\gstawscredentials-1.0.dll.dll">
<Link>gstawscredentials-1.0.dll.dll</Link>
<None Include="$(MSBuildThisFileDirectory)\..\lib\native\gstawscredentials-1.0.dll">
<Link>gstawscredentials-1.0.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit b05a522

Please sign in to comment.