From 6a707a3e2d83a7f39eace0212fe62b7300ca5ee7 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 10 Jul 2017 15:44:19 -0400 Subject: remove undocumented & unneeded GamePlatform variable --- build/smapi.targets | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/build/smapi.targets b/build/smapi.targets index b2ce5967..3a9c42c1 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -11,39 +11,31 @@ - Linux $(HOME)/GOG Games/Stardew Valley/game $(HOME)/.local/share/Steam/steamapps/common/Stardew Valley - Mac /Applications/Stardew Valley.app/Contents/MacOS $(HOME)/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS - Windows C:\Program Files (x86)\GalaxyClient\Games\Stardew Valley C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley $([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\GOG.com\Games\1453375253', 'PATH', null, RegistryView.Registry32)) $([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 413150', 'InstallLocation', null, RegistryView.Registry64, RegistryView.Registry32)) - - - - - - + @@ -106,12 +98,12 @@ #######--> - + - - + + @@ -139,4 +131,4 @@ - \ No newline at end of file + -- cgit