Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Oct 20, 2019
1 parent d3843b2 commit 583c793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="./Image/Logo.svg" height="128">
</div>

C# pinvoke library for native [wimlib](https://wimlib.net).
Cross-platform [wimlib](https://wimlib.net) pinvoke library for .Net.

wimlib is a library that handles Windows Imaging (WIM) archives, written by Eric Biggers.

Expand Down
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ They will be copied into the build directory at build time.
| Windows x86 | `$(OutDir)\x86\libwim-15.dll` | LGPLv3 |
| Windows x64 | `$(OutDir)\x64\libwim-15.dll` | LGPLv3 |
| Ubuntu 18.04 x64 | `$(OutDir)\x64\libwim.so` | LGPLv3 (w/o NTFS-3G) |
| Debian 9 armhf | `$(OutDir)\armhf\libwim.so` | LGPLv3 (w/o NTFS-3G) |
| Debian 9 arm64 | `$(OutDir)\arm64\libwim.so` | LGPLv3 (w/o NTFS-3G) |
| Debian 10 armhf | `$(OutDir)\armhf\libwim.so` | LGPLv3 (w/o NTFS-3G) |
| Debian 10 arm64 | `$(OutDir)\arm64\libwim.so` | LGPLv3 (w/o NTFS-3G) |
| macOS 10.15 | `$(OutDir)\x64\libwim.dylib` | LGPLv3 (w/o NTFS-3G) |

- Build Command
Expand Down

0 comments on commit 583c793

Please sign in to comment.