diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-06-11 18:39:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-06-11 18:39:38 -0400 |
commit | c212ff15d28ead57588e130247e9bbfd0b3eab0d (patch) | |
tree | 633993041e138a4a49dcc5d0764be77b650b5885 /docs/release-notes.md | |
parent | dfa3beb6a6ba09d350aecc5bc3a8db3f2bd99ab7 (diff) | |
download | SMAPI-c212ff15d28ead57588e130247e9bbfd0b3eab0d.tar.gz SMAPI-c212ff15d28ead57588e130247e9bbfd0b3eab0d.tar.bz2 SMAPI-c212ff15d28ead57588e130247e9bbfd0b3eab0d.zip |
fix installer error for some Windows players
Diffstat (limited to 'docs/release-notes.md')
-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 3475a26a..7ac1b518 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -20,6 +20,7 @@ * Fixed JSON schema for `i18n` files requiring the wrong value for the `$schema` field. * Fixed validation for mods with version `0.0.0`. * Fixed _loaded with custom settings_ trace log when using default settings. + * Fixed installer error on some older Windows systems (thanks to eddyballs!). * For the web UI: * Updated the JSON validator/schema for Content Patcher 1.23. |