|
@@ -3180,7 +3180,7 @@ void ResourceWatcherFSM::CreateLink(const CSimpleStringA& exePath)
|
|
|
strncpy_s(szVersion, sizeof(szVersion), szTemp, _TRUNCATE);
|
|
|
fclose(pFile);
|
|
|
|
|
|
- icoPath = icoPath + "\\" + szVersion + "\\bin\\VTM_IL.ico";
|
|
|
+ icoPath = icoPath + "\\" + szVersion + "\\bin\\VTM.ico";
|
|
|
if (!CreateLinkFile(exePath, "", s, icoPath))
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("CreateLinkFile DESKTOP fail");
|