Add notes to README

This commit is contained in:
Matt Nadareski
2022-12-11 15:42:39 -08:00
parent 89dea30211
commit 4faaf3d251
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68D10531-99CB-40B1-8912-73FA286C9433}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Coding Guide.md = Coding Guide.md
LICENSE = LICENSE
Developer Guide.md = Developer Guide.md
README.md = README.md

View File

@@ -14,7 +14,7 @@ In addition to the original BurnOut code, the following libraries (or ports ther
- [StormLibSharp](https://github.com/robpaveza/stormlibsharp) - MPQ extraction
- [UnshieldSharp](https://github.com/mnadareski/UnshieldSharp) - InstallShield CAB extraction
- [WiseUnpacker](https://github.com/mnadareski/WiseUnpacker) - Wise Installer extraction
- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction
- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction [Unused in .NET 6.0 builds]
Please note that due to current library limitations, the functionality of StormLibSharp is locked to Windows only.
@@ -167,7 +167,7 @@ Below is a list of archive or archive-like formats that can be extracted and hav
- GZIP
- InstallShield Archive V3 (Z)
- InstallShield CAB
- Microsoft CAB
- Microsoft CAB [.NET Standard 2.0 only]
- MPQ
- Microsoft Installer (MSI)
- PKZIP and derived files