From f0b8fa2839ec0a89ee4b3ae3018288ba31e4c77e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 3 Nov 2014 09:20:13 -0500 Subject: fix 'run-linux' target - refs #534/#511 --- linux/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/main.cpp b/linux/main.cpp index 7b96a349e1..10d5d45820 100644 --- a/linux/main.cpp +++ b/linux/main.cpp @@ -65,7 +65,7 @@ int main(int argc, char *argv[]) { } // Load style - const std::string style = std::string("file://") + uv::cwd() + std::string("/styles/styles/bright-v5.json"); + const std::string style = std::string("file://") + uv::cwd() + std::string("/../../styles/styles/bright-v5.json"); map.setStyleURL(style); int ret = view->run(); -- cgit v1.2.1