From 182828f194deadf49c61e278c8889aecf80180ea Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 9 Jul 2017 22:22:41 -0400 Subject: fix Stardew Valley.exe being packaged with TrainerMod --- release-notes.md | 3 +++ src/crossplatform.targets | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 6b860f4f..179b31c4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -16,6 +16,9 @@ For mod developers: * The version can now be a string like `"1.0-alpha"` instead of a structure. * Removed all deprecated code. +For SMAPI developers: +* Fixed `Stardew Valley.exe` being packaged with TrainerMod. + ## 1.15 See [log](https://github.com/Pathoschild/SMAPI/compare/1.14...1.15). diff --git a/src/crossplatform.targets b/src/crossplatform.targets index 929aac6c..9fde781f 100644 --- a/src/crossplatform.targets +++ b/src/crossplatform.targets @@ -1,4 +1,4 @@ - + @@ -35,6 +35,7 @@ $(GamePath)\Stardew Valley.exe + False $(GamePath)\xTile.dll -- cgit