diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-11-28 17:21:33 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-11-28 17:21:33 +0100 |
| commit | d99e576db8913af8ff864fcce9f67f51be252e99 (patch) | |
| tree | 85c7d981bfd13ebf5674b680f1e8f89368b64aa1 /src/shared | |
| parent | a0229380ce08715198a1181b61c2f357ad641ca8 (diff) | |
| parent | 2c115e48cc42f89250bbca7e2b5b75d5dcad8695 (diff) | |
Merge branch 'master' into Al12rs-refresh-waitForApplication
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/appconfig.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc index 8d4125cf..5839c2f4 100644 --- a/src/shared/appconfig.inc +++ b/src/shared/appconfig.inc @@ -6,8 +6,7 @@ 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"resources/tutorials")
-APPPARAM(std::wstring, translationsPath, L"resources/translations")
+APPPARAM(std::wstring, tutorialsPath, L"tutorials")
APPPARAM(std::wstring, logPath, L"logs")
APPPARAM(std::wstring, dumpsDir, L"crashDumps")
APPPARAM(std::wstring, defaultProfileName, L"Default")
|
