diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-22 22:18:47 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-22 22:18:47 -0500 |
commit | f37733df11873250233a2cf84a118cfcd37dd643 (patch) | |
tree | 03a77dc6d0fe32669bd804b89355e9e74e50137d /build | |
parent | 374f89eb688c03960ac81854d01529f111dcb9e4 (diff) | |
download | SMAPI-f37733df11873250233a2cf84a118cfcd37dd643.tar.gz SMAPI-f37733df11873250233a2cf84a118cfcd37dd643.tar.bz2 SMAPI-f37733df11873250233a2cf84a118cfcd37dd643.zip |
Add GOG Mac path
Thanks to LeonBlade for the path.
Diffstat (limited to 'build')
-rw-r--r-- | build/smapi.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/smapi.targets b/build/smapi.targets index 3c6717da..ed513846 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -17,6 +17,7 @@ <GamePath Condition="!Exists('$(GamePath)')">$(HOME)/.local/share/Steam/steamapps/common/Stardew Valley</GamePath> <!-- Mac --> + <GamePath Condition="!Exists('$(GamePath)')">/Applications/Stardew Valley.app/Contents/MacOS</GamePath> <GamePath Condition="!Exists('$(GamePath)')">$(HOME)/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS</GamePath> <!-- Windows --> |