diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-14 18:59:49 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-14 18:59:49 -0500 |
commit | 567c216161f00767b5dcdb0adf40a3bee91d18d0 (patch) | |
tree | b7be9cdccd3c47133ef7e8fcbbaece2d9a95980c /docs | |
parent | c6135e0759fc0f50c873b0278f006aeb7e67e712 (diff) | |
download | SMAPI-567c216161f00767b5dcdb0adf40a3bee91d18d0.tar.gz SMAPI-567c216161f00767b5dcdb0adf40a3bee91d18d0.tar.bz2 SMAPI-567c216161f00767b5dcdb0adf40a3bee91d18d0.zip |
fix unix launcher included in Windows installer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c3b11d7f..0e426bfd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * Fixed invalid NPC data propagated when a mod changes NPC dispositions. * Fixed `Display.RenderedWorld` event broken in SMAPI 2.9.1. * Fixed game launch crash logged as `SMAPI` instead of `game`. + * Fixed Windows installer adding unneeded Unix launcher to game folder. * For modders: * Added dedicated content pack API. |