mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Updated import path to work with bower files.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user