From 9250a1683c5c9d37983ff744cc3135d1634575ca Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 31 Dec 2016 11:34:35 -0500 Subject: use simplified registry syntax, update nuspec (#1) --- build/smapi.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/smapi.targets b/build/smapi.targets index 759bd104..3a20f9b5 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -31,10 +31,10 @@ C:\Program Files (x86)\GalaxyClient\Games\Stardew Valley - $([" >$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GOG.com\Games\1453375253}', 'PATH', null,RegistryView.Registry64, RegistryView.Registry32)) C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley - $([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 413150', 'InstallLocation', null,RegistryView.Registry64, RegistryView.Registry32)) - + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GOG.com\Games\1453375253@PATH) + $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 413150@InstallLocation) +