diff --git a/CHANGELIST.md b/CHANGELIST.md index 787f9a27..943f700d 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -4,6 +4,7 @@ - Read C2 error count from Redumper logs - Read last instance of hash data from Redumper - Add Konami Python 2 system detection +- Fix outdated information in README ### 3.1.4 (2024-03-16) diff --git a/README.md b/README.md index dc2bd454..207244ef 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,10 @@ Choose one of `win-x64`, `linux-x64`, or `osx-x64` depending on the machine you ### Build Scripts -Windows users may run `publish-win.ps1` and Linux users may run `publish-nix.sh` to perform a full release build. +Windows users may run `publish-win.ps1` and Linux users may run `publish-nix.sh` to perform a full release build. Both scripts will build and package all variants of MPF UI and MPF.Check with commandline switches to control what is included. -- `publish-win.ps1` will build and package all variants of MPF UI and MPF.Check - - The script requires [7-zip commandline](https://www.7-zip.org/download.html) and [Git for Windows](https://git-scm.com/downloads) to be installed and in `PATH` -- `publish-nix.sh` will _only_ build and package all variants of MPF.Check - - The script requires `zip` and `git` to be installed and in `PATH` +- `publish-win.ps1` requires [7-zip commandline](https://www.7-zip.org/download.html) and [Git for Windows](https://git-scm.com/downloads) to be installed and in `PATH` +- `publish-nix.sh` requires `zip` and `git` to be installed and in `PATH` ## Information