diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-10 16:15:04 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-10 16:15:04 -0500 |
commit | c99a0507b1b2023fb6ad7c37080b4393f078d94d (patch) | |
tree | fcc7ae16f0e0815d6145b34f1b1e41435b7c1e9f /build/smapi.targets | |
parent | e862002f7ab8bce1085e338450f78676bb337539 (diff) | |
download | SMAPI-c99a0507b1b2023fb6ad7c37080b4393f078d94d.tar.gz SMAPI-c99a0507b1b2023fb6ad7c37080b4393f078d94d.tar.bz2 SMAPI-c99a0507b1b2023fb6ad7c37080b4393f078d94d.zip |
remove support for Silverplum (discontinued), update release notes
Diffstat (limited to 'build/smapi.targets')
-rw-r--r-- | build/smapi.targets | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/smapi.targets b/build/smapi.targets index 81dba014..93588445 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -19,9 +19,6 @@ ## select game path #######--> <PropertyGroup> - <!-- injected by Silverplum --> - <GamePath Condition="!Exists('$(GamePath)')">$(STARDEWVALLEY_DIR)</GamePath> - <!-- Linux --> <GamePath Condition="!Exists('$(GamePath)')">$(HOME)/GOG Games/Stardew Valley/game</GamePath> <GamePath Condition="!Exists('$(GamePath)')">$(HOME)/.local/share/Steam/steamapps/common/Stardew Valley</GamePath> |