logic: fix copying old settings from coati 64 bit to sourcetrail on windows
This commit is contained in:
@@ -43,7 +43,7 @@ void setupApp(int argc, char *argv[])
|
||||
FilePath coatiUserDataPath = UserPaths::getUserDataPath() + "../";
|
||||
if (utility::getApplicationArchitectureType() == APPLICATION_ARCHITECTURE_X86_64)
|
||||
{
|
||||
coatiUserDataPath.concat("Coati 64-bit");
|
||||
coatiUserDataPath = coatiUserDataPath.concat("Coati 64-bit");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user