UI/updater: Fix incorrect path in portable mode
parent
26918a2fda
commit
da9e247964
|
@ -998,9 +998,10 @@ static bool Update(wchar_t *cmdLine)
|
||||||
}
|
}
|
||||||
|
|
||||||
StringCbCopy(lpAppDataPath, sizeof(lpAppDataPath), pOut);
|
StringCbCopy(lpAppDataPath, sizeof(lpAppDataPath), pOut);
|
||||||
|
}
|
||||||
|
|
||||||
StringCbCat(lpAppDataPath, sizeof(lpAppDataPath),
|
StringCbCat(lpAppDataPath, sizeof(lpAppDataPath),
|
||||||
L"\\obs-studio");
|
L"\\obs-studio");
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------------------- *
|
/* ------------------------------------- *
|
||||||
* Get download path */
|
* Get download path */
|
||||||
|
|
Loading…
Reference in New Issue