From f37733df11873250233a2cf84a118cfcd37dd643 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 22 Jan 2017 22:18:47 -0500 Subject: Add GOG Mac path Thanks to LeonBlade for the path. --- README.md | 3 +++ build/smapi.targets | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 59b1eba7..f3be04b3 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ The configuration will check your custom path first, then fall back to the defau still compile on a different computer). ## Versions +1.5 (upcoming): +* Added default GOG path on Mac. + 1.4: * Fixed detection of non-default game paths on 32-bit Windows. * Removed support for SilVerPLuM (discontinued). 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 @@ $(HOME)/.local/share/Steam/steamapps/common/Stardew Valley + /Applications/Stardew Valley.app/Contents/MacOS $(HOME)/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS -- cgit