From 7e5a0d17bf182b5c0769c913aedad2a5b123a59d Mon Sep 17 00:00:00 2001 From: Olivier Date: Fri, 27 Jul 2018 15:36:32 -0700 Subject: [PATCH] Changed ... to .. in the file path Changed ... to .. in the file path on line 29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff2141..fbf3c35 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ in either Debug or Non-Steam Release configuration. Please note that while the built exe ends up in the bin/win64/ directory, it expects to be started with its working directory set to the main directory (where the launcher exe is). So when debugging from visual studio, make sure the 'Working -Directory' configuration property is set to ../.../.. +Directory' configuration property is set to ../../.. ### Building on Linux The equivalent launcher on linux is StarRuler2.sh. To build the binary files on linux,