diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-04 20:54:15 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-04 20:54:15 -0400 |
commit | a65a49a62201cc897e73c265a0a808ef0baad002 (patch) | |
tree | 6ff6203a5b832415527fb4c22bbe706d108f5dd4 /docs | |
parent | 8051862c7bd2fe498657eef4bb102b5ca33390a6 (diff) | |
download | SMAPI-a65a49a62201cc897e73c265a0a808ef0baad002.tar.gz SMAPI-a65a49a62201cc897e73c265a0a808ef0baad002.tar.bz2 SMAPI-a65a49a62201cc897e73c265a0a808ef0baad002.zip |
fix install error on Linux/Mac in some cases
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 558ed004..00ed6e9c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,7 @@ * Added console warning for mods which don't have update checks configured. * Fixed console color scheme on Mac or in PowerShell, configurable via `StardewModdingAPI.config.json`. * Fixed detection of GOG Galaxy install path in rare cases. + * Fixed install error on Linux/Mac in some cases. * For modders: * Added code analysis to mod build config package to flag common issues as warnings. |