From 3ac93eca1fb4f9b97b1a3b76ce91ea1a92635cdc Mon Sep 17 00:00:00 2001 From: Heisenborgar Date: Fri, 17 Jan 2025 10:08:07 +0800 Subject: [PATCH] Add configurations for Stardew Valley --- steam_app_configs/413150.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 steam_app_configs/413150.json diff --git a/steam_app_configs/413150.json b/steam_app_configs/413150.json new file mode 100644 index 0000000..34f4c4e --- /dev/null +++ b/steam_app_configs/413150.json @@ -0,0 +1,12 @@ +{ + "deployers" : + [ + { + "deploy_mode" : "hard_link", + "name" : "Install", + "target_dir" : "$STEAM_INSTALL_PATH$/Mods/", + "type" : "Case Matching Deployer" + } + ], + "name" : "Stardew Valley" +} \ No newline at end of file