From 6557c5241bce0770c193dc5e47ac6bea1843916c Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 3 May 2017 12:28:05 -0400 Subject: bundle libgdiplus into SMAPI on Linux/Mac to fix errors loading PNGs (#277) --- lib/libgdiplus.dylib | Bin 0 -> 1202796 bytes release-notes.md | 5 +++-- src/prepare-install-package.targets | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 lib/libgdiplus.dylib diff --git a/lib/libgdiplus.dylib b/lib/libgdiplus.dylib new file mode 100644 index 00000000..8a9676c8 Binary files /dev/null and b/lib/libgdiplus.dylib differ diff --git a/release-notes.md b/release-notes.md index 362b35e8..af535895 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,9 +14,10 @@ For mod developers: See [log](https://github.com/Pathoschild/SMAPI/compare/1.11...1.12). For players: -* SMAPI now recovers the game from mod draw errors to prevent a game crash. * The installer now lets you choose the install path if you have multiple copies of the game, instead of using the first path found. -* Fixed an issue where mods on Linux/Mac stopped working after the game saves. +* Fixed mod draw errors breaking the game. +* Fixed mods on Linux/Mac no longer working after the game saves. +* Fixed libgdiplus DLL-not-found errors on Linux/Mac when mods read PNG files. * Adopted pufferchick. For mod developers: diff --git a/src/prepare-install-package.targets b/src/prepare-install-package.targets index 709bd8d4..ce257cc2 100644 --- a/src/prepare-install-package.targets +++ b/src/prepare-install-package.targets @@ -33,6 +33,9 @@ + + + -- cgit