Skip to content

Commit

Permalink
fix images format [ci deploy] (ccxt#21088)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei authored Feb 2, 2024
1 parent 8518011 commit b2bbef4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ php/*.php linguist-generated=true
php/abstract/*.php linguist-generated=true
php/async/abstract/*.php linguist-generated=true
php/pro/*.php linguist-generated=true
*.png binary
2 changes: 1 addition & 1 deletion cs/ccxt/ccxt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Newtonsoft.Json" Version="*" />
</ItemGroup>
<ItemGroup>
<None Include="img/ccxt3.png" Pack="true" PackagePath="" />
<None Include="img/ccxt4.png" Pack="true" PackagePath="" />
<None Include="../../README.md" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
Binary file added cs/ccxt/img/ccxt4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2bbef4

Please sign in to comment.