summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.targets2
-rw-r--r--build/find-game-folder.targets1
2 files changed, 2 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets
index 6c79d290..4332313b 100644
--- a/build/common.targets
+++ b/build/common.targets
@@ -4,7 +4,7 @@
<!--set properties -->
<PropertyGroup>
- <Version>3.8.1</Version>
+ <Version>3.8.2</Version>
<Product>SMAPI</Product>
<LangVersion>latest</LangVersion>
diff --git a/build/find-game-folder.targets b/build/find-game-folder.targets
index f304d841..a4200662 100644
--- a/build/find-game-folder.targets
+++ b/build/find-game-folder.targets
@@ -11,6 +11,7 @@
<GamePath Condition="!Exists('$(GamePath)')">$(HOME)/GOG Games/Stardew Valley/game</GamePath>
<GamePath Condition="!Exists('$(GamePath)')">$(HOME)/.steam/steam/steamapps/common/Stardew Valley</GamePath>
<GamePath Condition="!Exists('$(GamePath)')">$(HOME)/.local/share/Steam/steamapps/common/Stardew Valley</GamePath>
+ <GamePath Condition="!Exists('$(GamePath)')">$(HOME)/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/Stardew Valley</GamePath>
<!-- Mac (may be 'Unix' or 'OSX') -->
<GamePath Condition="!Exists('$(GamePath)')">/Applications/Stardew Valley.app/Contents/MacOS</GamePath>