diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-17 15:11:45 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-17 15:11:45 -0500 |
commit | bc71f994ece3943f02f91cdefbbe126cbef5a541 (patch) | |
tree | 7905e3082c7f3db2663699c14b5079b5ed2d8609 /docs/release-notes.md | |
parent | cfe2c3975f8be62581195fbfffc41528f22b2ee3 (diff) | |
download | SMAPI-bc71f994ece3943f02f91cdefbbe126cbef5a541.tar.gz SMAPI-bc71f994ece3943f02f91cdefbbe126cbef5a541.tar.bz2 SMAPI-bc71f994ece3943f02f91cdefbbe126cbef5a541.zip |
improve game path detection
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 663ab667..bb379898 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,7 +9,7 @@ ## Upcoming release * For players: - * Improved game path detection. The installer now prefers the path installed through Steam or GOG Galaxy. + * Improved game path detection in the installer. The installer now prefers the path registered by Steam or GOG Galaxy, and can also now detect the default install path for manual GOG installs. * For modders: * Expanded `PerScreen<T>` API: you can now get/set the value for any screen, get all active values, or clear all values. |