Skip to content

Commit 9bead33

Browse files
Changed debug routes.json from d:\content to c:\content. Is being read instead from GitHub when environment variable TstLoadContentAndInstalled is set to 1.
1 parent e6baa97 commit 9bead33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ORTS.Settings/ContentRouteSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void LoadContentAndInstalled()
157157
}
158158

159159
// only for debug purposes
160-
string definedContentJsonName = @"d:\content\routes.json";
160+
string definedContentJsonName = @"c:\content\routes.json";
161161

162162
string definedContentJsonDirectoryName = Path.GetTempFileName();
163163
File.Delete(definedContentJsonDirectoryName);

0 commit comments

Comments
 (0)