|
|
@@ -998,10 +998,11 @@ static bool Update(wchar_t *cmdLine)
|
|
|
}
|
|
|
|
|
|
StringCbCopy(lpAppDataPath, sizeof(lpAppDataPath), pOut);
|
|
|
- StringCbCat(lpAppDataPath, sizeof(lpAppDataPath),
|
|
|
- L"\\obs-studio");
|
|
|
}
|
|
|
|
|
|
+ StringCbCat(lpAppDataPath, sizeof(lpAppDataPath),
|
|
|
+ L"\\obs-studio");
|
|
|
+
|
|
|
/* ------------------------------------- *
|
|
|
* Get download path */
|
|
|
|