summaryrefslogtreecommitdiff
path: root/build/smapi.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-10-21 01:25:21 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-10-21 01:25:21 -0400
commit502559146bfb3cd39ee941245c3f71a7798a0760 (patch)
treef9acb07ef19f4a47755174e06cae662c18f8a50d /build/smapi.targets
parent524c56ee757464b5785c4d704d4da1862b173db9 (diff)
downloadSMAPI-502559146bfb3cd39ee941245c3f71a7798a0760.tar.gz
SMAPI-502559146bfb3cd39ee941245c3f71a7798a0760.tar.bz2
SMAPI-502559146bfb3cd39ee941245c3f71a7798a0760.zip
add GOG path on Linux
Diffstat (limited to 'build/smapi.targets')
-rw-r--r--build/smapi.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/smapi.targets b/build/smapi.targets
index 2ca7a829..2c0ca5b7 100644
--- a/build/smapi.targets
+++ b/build/smapi.targets
@@ -5,6 +5,7 @@
<GamePath Condition="!Exists('$(GamePath)')">$(STARDEWVALLEY_DIR)</GamePath>
<!-- Linux -->
+ <GamePath Condition="!Exists('$(GamePath)')">$(HOME)/GOG Games/Stardew Valley/game</GamePath>
<GamePath Condition="!Exists('$(GamePath)')">$(HOME)/.local/share/Steam/steamapps/common/Stardew Valley</GamePath>
<!-- Mac -->