diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-10 15:53:01 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-10 15:53:01 -0500 |
commit | e862002f7ab8bce1085e338450f78676bb337539 (patch) | |
tree | 9110b4cc8efab8f7f9f15abc7f8c45e950e6df79 /build/smapi.targets | |
parent | 1e974703bce01ae041eba3047263af4b351959a3 (diff) | |
download | SMAPI-e862002f7ab8bce1085e338450f78676bb337539.tar.gz SMAPI-e862002f7ab8bce1085e338450f78676bb337539.tar.bz2 SMAPI-e862002f7ab8bce1085e338450f78676bb337539.zip |
remove unneeded duplicate path for GOG, update nuspec (#2)
Diffstat (limited to 'build/smapi.targets')
-rw-r--r-- | build/smapi.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/smapi.targets b/build/smapi.targets index 7d87868a..81dba014 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -33,7 +33,6 @@ <GamePath Condition="!Exists('$(GamePath)' )">C:\Program Files (x86)\GalaxyClient\Games\Stardew Valley</GamePath> <GamePath Condition="!Exists('$(GamePath)' )">C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley</GamePath> <GamePath Condition="!Exists('$(GamePath)') AND '$(GamePlatform)' == 'Windows'">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\GOG.com\Games\1453375253', 'PATH', null, RegistryView.Registry32))</GamePath> - <GamePath Condition="!Exists('$(GamePath)') AND '$(GamePlatform)' == 'Windows'">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GOG.com\Games\1453375253', 'PATH', null, RegistryView.Registry64)</GamePath> <GamePath Condition="!Exists('$(GamePath)') AND '$(GamePlatform)' == 'Windows'">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 413150', 'InstallLocation', null, RegistryView.Registry64, RegistryView.Registry32))</GamePath> </PropertyGroup> |