diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-14 06:54:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 06:54:51 -0500 |
| commit | 4833e494d56b351e52423f2835a7a91ab8c284b6 (patch) | |
| tree | 49a9444ae24e25263ebee6ea601e4c5bb239447a /src/shared | |
| parent | 579f94b5b6014ad4a97b23eb2a26ab69f007aa6a (diff) | |
| parent | 24991bf5fb1dcf4ccee1090285bec10b3a20bf81 (diff) | |
Merge pull request #1277 from Qudix/master
Changing the location of several directories
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")
|
