diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-19 15:05:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-19 15:05:44 -0500 |
commit | 845d38169c18a15e6ba01911e9740cf732a171bd (patch) | |
tree | 073d6d8aedc75073c1efcaeae7b8ac4428d7ca24 /docs | |
parent | 593723b7940ba72a786fc4c7366c56f9813d977b (diff) | |
download | SMAPI-845d38169c18a15e6ba01911e9740cf732a171bd.tar.gz SMAPI-845d38169c18a15e6ba01911e9740cf732a171bd.tar.bz2 SMAPI-845d38169c18a15e6ba01911e9740cf732a171bd.zip |
fix game crash in MacOS
This fixes a game crash in MacOS during startup by copying the Windows versions of those DLLs into SMAPI's internal folder. This was handled by the custom build scripts until SMAPI 2.8.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 76bf4b15..90986cd4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,7 @@ # Release notes +## 2.8.2 +* Fixed game crash in MacOS since SMAPI 2.8. + ## 2.8.1 * Fixed installer error on Windows. |