diff options
Diffstat (limited to 'build/smapi.targets')
-rw-r--r-- | build/smapi.targets | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/smapi.targets b/build/smapi.targets index 81dba014..93588445 100644 --- a/build/smapi.targets +++ b/build/smapi.targets @@ -19,9 +19,6 @@ ## select game path #######--> <PropertyGroup> - <!-- injected by Silverplum --> - <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> |