diff options
| author | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-09 14:10:50 -0600 |
|---|---|---|
| committer | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-09 14:10:50 -0600 |
| commit | b9bc1a2d56be5efc4478f1487c3e7dfb3529102d (patch) | |
| tree | 14ec3a3c03cc6e0051519cdb06c4c7dc55596023 /src/shared | |
| parent | 0a3bdad8afd18a21a3697804ae344abd09e3712e (diff) | |
Using AppConfig
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/appconfig.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc index 5839c2f4..8d4125cf 100644 --- a/src/shared/appconfig.inc +++ b/src/shared/appconfig.inc @@ -6,7 +6,8 @@ APPPARAM(std::wstring, downloadPath, L"downloads") APPPARAM(std::wstring, overwritePath, L"overwrite")
APPPARAM(std::wstring, stylesheetsPath, L"stylesheets")
APPPARAM(std::wstring, cachePath, L"webcache")
-APPPARAM(std::wstring, tutorialsPath, L"tutorials")
+APPPARAM(std::wstring, tutorialsPath, L"resources/tutorials")
+APPPARAM(std::wstring, translationsPath, L"resources/translations")
APPPARAM(std::wstring, logPath, L"logs")
APPPARAM(std::wstring, dumpsDir, L"crashDumps")
APPPARAM(std::wstring, defaultProfileName, L"Default")
|
