Fix missing information in README

This commit is contained in:
Matt Nadareski
2024-03-18 12:45:11 -04:00
parent e5b883fb73
commit 1260dfdff2
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
- Read last instance of hash data from Redumper
- Add Konami Python 2 system detection
- Fix outdated information in README
- Fix missing information in README
### 3.1.4 (2024-03-16)

View File

@@ -56,7 +56,7 @@ dotnet build MPF/MPF.csproj --framework net8.0-windows --runtime [win-x86|win-x6
dotnet build MPF.Check/MPF.Check.csproj --framework net8.0 --runtime [win-x86|win-x64|linux-x64|osx-x64]
```
Choose one of `win-x64`, `linux-x64`, or `osx-x64` depending on the machine you are targeting.
Choose one of `win-x86`, `win-x64`, `linux-x64`, or `osx-x64` depending on the machine you are targeting.
### Build Scripts