diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 6c431838..433078d7 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -18,7 +18,7 @@ - + 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.