From 64eced4614657f22b22ba565df497a010499bf30 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 13 Dec 2014 16:47:11 +0100 Subject: - NCC installer can now discover files in other mods (thanks Reunion!) and knows the script extender version --- src/shared/appconfig.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared') diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc index 080d3655..7ce2724f 100644 --- a/src/shared/appconfig.inc +++ b/src/shared/appconfig.inc @@ -1,5 +1,6 @@ APPPARAM(std::wstring, translationPrefix, L"organizer") APPPARAM(std::wstring, pluginPath, L"plugins") +APPPARAM(std::wstring, overwritePath, L"overwrite") APPPARAM(std::wstring, stylesheetsPath, L"stylesheets") APPPARAM(std::wstring, profileTweakIni, L"profile_tweaks.ini") APPPARAM(std::wstring, logFile, L"ModOrganizer.log") -- cgit v1.3.1