diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-11 12:59:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-11 12:59:52 -0400 |
commit | 324d02233dcb459f95befe1393d08d73766b3ece (patch) | |
tree | 07a1d3f304e62c02640872122b180b743f7cdb45 /docs | |
parent | 7b92d379793275905277cea7d0dec7de806e967b (diff) | |
download | SMAPI-324d02233dcb459f95befe1393d08d73766b3ece.tar.gz SMAPI-324d02233dcb459f95befe1393d08d73766b3ece.tar.bz2 SMAPI-324d02233dcb459f95befe1393d08d73766b3ece.zip |
rename 'install.exe' to 'install on Windows.exe' to avoid confusion
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 e4ae720d..03fec40d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ * 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. + * Renamed `install.exe` to `install on Windows.exe` to avoid confusion. * For modders: * Added code analysis to mod build config package to flag common issues as warnings. |