From 845d38169c18a15e6ba01911e9740cf732a171bd Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 19 Nov 2018 15:05:44 -0500 Subject: 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. --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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. -- cgit