From 324d02233dcb459f95befe1393d08d73766b3ece Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 May 2018 12:59:52 -0400 Subject: rename 'install.exe' to 'install on Windows.exe' to avoid confusion --- build/prepare-install-package.targets | 2 +- docs/release-notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- cgit