|
@@ -270,6 +270,15 @@ namespace Global
|
|
|
}
|
|
|
g_Config.strSCBCInitBat = szValue;
|
|
|
|
|
|
+ // svn¸üеØÖ·;
|
|
|
+ GetPrivateProfileString(_T("SATHelper"), _T("SVNUpdateUrl"), NULL, szValue, MAX_PATH, szConfigpath);
|
|
|
+ if (_tcslen(szValue) == 0)
|
|
|
+ {
|
|
|
+ WritePrivateProfileString(_T("SATHelper"), _T("SCBCInitBat"), _T("http://10.126.16.60:8580/btc_execute_se/ajaxInteractiveManage!getSvnVersion.action"), szConfigpath);
|
|
|
+ _stprintf_s(szValue, _T("http://10.126.16.60:8580/btc_execute_se/ajaxInteractiveManage!getSvnVersion.action"));
|
|
|
+ }
|
|
|
+ g_Config.svnUpdateUrl = szValue;
|
|
|
+
|
|
|
g_Config.bGenerics = GetPrivateProfileInt(_T("ir-device"), _T("generics"), 0, szConfigpath);
|
|
|
if (PathFileExists(g_szPython27Dir))
|
|
|
{
|