diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/smapi.targets | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/smapi.targets b/build/smapi.targets index e2af5d90..b2ce5967 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -32,6 +32,11 @@ <GamePath Condition="!Exists('$(GamePath)')">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 413150', 'InstallLocation', null, RegistryView.Registry64, RegistryView.Registry32))</GamePath> </PropertyGroup> </When> + <Otherwise> + <PropertyGroup> + <GamePlatform></GamePlatform> + </PropertyGroup> + </Otherwise> </Choose> <!--###### |