From e2044c137569c08dd025d2e7fcb4575cf3cae3f2 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 30 Dec 2016 17:44:10 -0500 Subject: Oops, I forgot to escape the back slashes found in windows paths --- config-example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-example.yml b/config-example.yml index 51b32d0..6f2837d 100644 --- a/config-example.yml +++ b/config-example.yml @@ -2,5 +2,6 @@ listen: 0.0.0.0:9413 SteamRepositories: # We're ideally looking for the full path to the steamapps folder - - "C:\Program Files (x86)\Steam\steamapps" + # On windows you're going to escape the slashes + - "C:\\Program Files (x86)\\Steam\\steamapps" # - "/usr/mitch/SteamGames/steamapps" -- cgit v1.2.3