Updated import path to work with bower files.

This commit is contained in:
Oliver Hamlet
2014-11-07 15:55:18 +00:00
parent fccaf6b33e
commit 613a2859f5
+1 -1
View File
@@ -37,7 +37,7 @@ namespace loot {
//Common paths.
const boost::filesystem::path g_path_readme = boost::filesystem::current_path() / "docs" / "LOOT Readme.html";
const boost::filesystem::path g_path_report = boost::filesystem::current_path() / "resources" / "report" / "report.html";
const boost::filesystem::path g_path_imports = boost::filesystem::current_path() / "resources" / "report" / "html";
const boost::filesystem::path g_path_imports = boost::filesystem::current_path() / "resources" / "report";
const boost::filesystem::path g_path_l10n = boost::filesystem::current_path() / "resources" / "l10n";
#ifdef _WIN32
const boost::filesystem::path g_path_local = GetLocalAppDataPath() / "LOOT";