From e862002f7ab8bce1085e338450f78676bb337539 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 10 Jan 2017 15:53:01 -0500 Subject: remove unneeded duplicate path for GOG, update nuspec (#2) --- build/smapi.targets | 1 - package.nuspec | 4 ++-- 2 files changed, 2 insertions(+), 3 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 @@ 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\WOW6432Node\GOG.com\Games\1453375253', 'PATH', null, RegistryView.Registry64) $([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 413150', 'InstallLocation', null, RegistryView.Registry64, RegistryView.Registry32)) diff --git a/package.nuspec b/package.nuspec index bc26a37c..fb009841 100644 --- a/package.nuspec +++ b/package.nuspec @@ -2,7 +2,7 @@ Pathoschild.Stardew.ModBuildConfig - 1.3 + 1.4 MSBuild config for Stardew Valley mods Pathoschild Pathoschild @@ -11,7 +11,7 @@ https://github.com/Pathoschild/Stardew.ModBuildConfig https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.3/assets/nuget-icon.png Automates the build configuration for a crossplatform Stardew Valley mod that uses SMAPI. - Detect custom game install paths on Windows by checking the registry. + Fix game path detection on 32-bit Windows. -- cgit