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);
|
||||
}
|
||||
|
||||
StringCbCat(lpAppDataPath, sizeof(lpAppDataPath),
|
||||
L"\\obs-studio");
|
||||
}
|
||||
|
||||
/* ------------------------------------- *
|
||||
* Get download path */
|
||||
|
|
Loading…
Reference in New Issue