UI/updater: Fix incorrect path in portable mode
This commit is contained in:
parent
26918a2fda
commit
da9e247964
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user